Package antlr.debug

Class InputBufferEvent

    • Constructor Detail

      • InputBufferEvent

        public InputBufferEvent​(Object source)
        CharBufferEvent constructor comment.
        Parameters:
        source - java.lang.Object
      • InputBufferEvent

        public InputBufferEvent​(Object source,
                                int type,
                                char c,
                                int lookaheadAmount)
        CharBufferEvent constructor comment.
        Parameters:
        source - java.lang.Object
    • Method Detail

      • getChar

        public char getChar()
      • getLookaheadAmount

        public int getLookaheadAmount()
      • setChar

        void setChar​(char c)
      • setLookaheadAmount

        void setLookaheadAmount​(int la)
      • setValues

        void setValues​(int type,
                       char c,
                       int la)
        This should NOT be called from anyone other than ParserEventSupport!