it.haefelinger.flaka
Class Switch.MatcherBean
java.lang.Object
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
Switch.MatcherBean
public Switch.MatcherBean(Matcher m,
int index)
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