Package antlr.debug

Class InputBufferEvent

All Implemented Interfaces:
Serializable

public class InputBufferEvent extends Event
See Also:
  • Field Details

  • Constructor Details

    • 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 Details

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

      public String toString()
      Overrides:
      toString in class EventObject