antlr.debug
Class ParserTokenEvent

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

public class ParserTokenEvent
extends Event

See Also:
Serialized Form

Field Summary
static int CONSUME
           
static int LA
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ParserTokenEvent(Object source)
           
ParserTokenEvent(Object source, int type, int amount, int value)
           
 
Method Summary
 int getAmount()
           
 int getValue()
           
 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

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()

toString

public String toString()
Overrides:
toString in class EventObject


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