|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.antcontrib.cpptasks.parser.AbstractParserState | +--net.sf.antcontrib.cpptasks.parser.BranchState
Constructor Summary | |
BranchState(AbstractParser parser,
char[] branchChars,
AbstractParserState[] branchStates,
AbstractParserState noMatchState)
|
Method Summary | |
AbstractParserState |
consume(char ch)
Consume a character |
protected AbstractParserState |
getNoMatchState()
|
Methods inherited from class net.sf.antcontrib.cpptasks.parser.AbstractParserState |
getParser |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BranchState(AbstractParser parser, char[] branchChars, AbstractParserState[] branchStates, AbstractParserState noMatchState)
Method Detail |
protected AbstractParserState getNoMatchState()
public AbstractParserState consume(char ch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |