Class AbstractParserState

    • Constructor Detail

      • AbstractParserState

        protected AbstractParserState​(AbstractParser parser)
    • Method Detail

      • consume

        public abstract AbstractParserState consume​(char ch)
        Consume a character
        Returns:
        new state, may be null to ignore the rest of the line