Class ParserCursor


  • public class ParserCursor
    extends Tokenizer.Cursor
    This class represents a context of a parsing operation:
    • the current position the parsing operation is expected to start at
    • the bounds limiting the scope of the parsing operation
    Since:
    4.0
    • Constructor Detail

      • ParserCursor

        public ParserCursor​(int lowerBound,
                            int upperBound)