Class MetaObjectParser.FinalTState

java.lang.Object
net.sf.antcontrib.cpptasks.parser.AbstractParserState
net.sf.antcontrib.cpptasks.trolltech.MetaObjectParser.FinalTState
Enclosing class:
MetaObjectParser

private static final class MetaObjectParser.FinalTState extends AbstractParserState
Parser state that matches file T character.
  • Field Details

  • Constructor Details

    • FinalTState

      public FinalTState(MetaObjectParser parser)
      Constructor.
      Parameters:
      parser - MetaObjectParser parser
  • Method Details

    • consume

      public AbstractParserState consume(char ch)
      Consumes a character and returns the next state for the parser.
      Specified by:
      consume in class AbstractParserState
      Parameters:
      ch - next character
      Returns:
      the configured nextState if ch is the expected character or the configure noMatchState otherwise.