Class MetaObjectParser.FinalTState
java.lang.Object
net.sf.antcontrib.cpptasks.parser.AbstractParserState
net.sf.antcontrib.cpptasks.trolltech.MetaObjectParser.FinalTState
- Enclosing class:
MetaObjectParser
Parser state that matches file T character.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconsume
(char ch) Consumes a character and returns the next state for the parser.Methods inherited from class net.sf.antcontrib.cpptasks.parser.AbstractParserState
getParser
-
Field Details
-
mocParser
Parser.
-
-
Constructor Details
-
FinalTState
Constructor.- Parameters:
parser
- MetaObjectParser parser
-
-
Method Details
-
consume
Consumes a character and returns the next state for the parser.- Specified by:
consume
in classAbstractParserState
- Parameters:
ch
- next character- Returns:
- the configured nextState if ch is the expected character or the configure noMatchState otherwise.
-