Package antlr.debug

Class ParserTokenEvent

    • Field Detail

      • LA

        public static int LA
      • CONSUME

        public static int CONSUME
    • Constructor Detail

      • ParserTokenEvent

        public ParserTokenEvent​(Object source)
      • ParserTokenEvent

        public ParserTokenEvent​(Object source,
                                int type,
                                int amount,
                                int value)
    • Method Detail

      • getAmount

        public int getAmount()
      • getValue

        public int getValue()
      • setAmount

        void setAmount​(int amount)
      • setValue

        void setValue​(int value)
      • setValues

        void setValues​(int type,
                       int amount,
                       int value)
        This should NOT be called from anyone other than ParserEventSupport!