| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.antcontrib.cpptasks.parser.AbstractParserState
public abstract class AbstractParserState
An base class for objects that represent the state of an AbstractParser.
AbstractParser| Constructor Summary | |
|---|---|
| protected  | AbstractParserState(AbstractParser parser) | 
| Method Summary | |
|---|---|
| abstract  AbstractParserState | consume(char ch)Consume a character | 
| protected  AbstractParser | getParser() | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected AbstractParserState(AbstractParser parser)
| Method Detail | 
|---|
public abstract AbstractParserState consume(char ch)
protected AbstractParser getParser()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||