Class ReusableAntlrSubtreeSpecificationCheckerLexer

    • Field Detail

      • savedCaseSensitive

        private boolean savedCaseSensitive
      • savedCaseSensitiveLiterals

        private boolean savedCaseSensitiveLiterals
    • Constructor Detail

      • ReusableAntlrSubtreeSpecificationCheckerLexer

        public ReusableAntlrSubtreeSpecificationCheckerLexer​(Reader in)
        Creates a ReusableAntlrSubtreeSpecificationLexer instance.
        Parameters:
        in - the input to the lexer
    • Method Detail

      • prepareNextInput

        public void prepareNextInput​(Reader in)
        Resets the state of an antlr lexer and initializes it with new input.
        Parameters:
        in - the input to the lexer