it.haefelinger.flaka
Class Switch.MatcherBean

java.lang.Object
  extended by it.haefelinger.flaka.Switch.MatcherBean
Enclosing class:
Switch

public static class Switch.MatcherBean
extends Object

The sole purpose of this class is to answer questions on properties asked by a resolver, usually a bean resolver (hence the name BeanMatcher).

Since:
1.0
Author:
merzedes

Constructor Summary
Switch.MatcherBean(Matcher m, int index)
           
 
Method Summary
 int getE()
           
 int getEnd()
           
 int getGroups()
           
 int getLength()
           
 Matcher getMatcher()
           
 int getN()
           
 String getP()
           
 String getPattern()
           
 int getS()
           
 int getSize()
           
 int getStart()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Switch.MatcherBean

public Switch.MatcherBean(Matcher m,
                          int index)
Method Detail

getMatcher

public Matcher getMatcher()

getStart

public int getStart()

getS

public int getS()

getEnd

public int getEnd()

getE

public int getE()

getPattern

public String getPattern()

getP

public String getP()

getGroups

public int getGroups()

getN

public int getN()

getLength

public int getLength()

getSize

public int getSize()

toString

public String toString()
Overrides:
toString in class Object