Package antlr.debug

Class ParserTokenEvent

All Implemented Interfaces:
Serializable

public class ParserTokenEvent extends Event
See Also:
  • Field Details

    • LA

      public static int LA
    • CONSUME

      public static int CONSUME
  • Constructor Details

    • ParserTokenEvent

      public ParserTokenEvent(Object source)
    • ParserTokenEvent

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

    • 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!
    • toString

      public String toString()
      Overrides:
      toString in class EventObject