antlr.debug
Class InputBufferEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--antlr.debug.Event
              |
              +--antlr.debug.InputBufferEvent
All Implemented Interfaces:
Serializable

public class InputBufferEvent
extends Event

See Also:
Serialized Form

Field Summary
static int CONSUME
           
static int LA
           
static int MARK
           
static int REWIND
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
InputBufferEvent(Object source)
          CharBufferEvent constructor comment.
InputBufferEvent(Object source, int type, char c, int lookaheadAmount)
          CharBufferEvent constructor comment.
 
Method Summary
 char getChar()
           
 int getLookaheadAmount()
           
 String toString()
           
 
Methods inherited from class antlr.debug.Event
getType
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONSUME

public static final int CONSUME
See Also:
Constant Field Values

LA

public static final int LA
See Also:
Constant Field Values

MARK

public static final int MARK
See Also:
Constant Field Values

REWIND

public static final int REWIND
See Also:
Constant Field Values
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()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.