|
|||||||||
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.LetterState
Field Summary | |
protected AbstractParserState |
nextState
|
protected AbstractParserState |
noMatchState
|
protected char |
thisLetter
|
Constructor Summary | |
LetterState(AbstractParser parser,
char thisLetter,
AbstractParserState nextState,
AbstractParserState noMatchState)
|
Method Summary | |
AbstractParserState |
consume(char ch)
Consume a character |
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 |
Field Detail |
protected char thisLetter
protected AbstractParserState nextState
protected AbstractParserState noMatchState
Constructor Detail |
public LetterState(AbstractParser parser, char thisLetter, AbstractParserState nextState, AbstractParserState noMatchState)
Method Detail |
public AbstractParserState consume(char ch)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |