antlr.debug
Class TraceEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byantlr.debug.Event
          extended byantlr.debug.GuessingEvent
              extended byantlr.debug.TraceEvent
All Implemented Interfaces:
Serializable

public class TraceEvent
extends GuessingEvent

See Also:
Serialized Form

Field Summary
static int DONE_PARSING
           
static int ENTER
           
static int EXIT
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TraceEvent(Object source)
           
TraceEvent(Object source, int type, int ruleNum, int guessing, int data)
           
 
Method Summary
 int getData()
           
 int getRuleNum()
           
(package private)  void setData(int data)
           
(package private)  void setRuleNum(int ruleNum)
           
(package private)  void setValues(int type, int ruleNum, int guessing, int data)
          This should NOT be called from anyone other than ParserEventSupport!
 String toString()
           
 
Methods inherited from class antlr.debug.GuessingEvent
getGuessing, setGuessing, setValues
 
Methods inherited from class antlr.debug.Event
getType, setType, setValues
 
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

ENTER

public static int ENTER

EXIT

public static int EXIT

DONE_PARSING

public static int DONE_PARSING
Constructor Detail

TraceEvent

public TraceEvent(Object source)

TraceEvent

public TraceEvent(Object source,
                  int type,
                  int ruleNum,
                  int guessing,
                  int data)
Method Detail

getData

public int getData()

getRuleNum

public int getRuleNum()

setData

void setData(int data)

setRuleNum

void setRuleNum(int ruleNum)

setValues

void setValues(int type,
               int ruleNum,
               int guessing,
               int data)
This should NOT be called from anyone other than ParserEventSupport!


toString

public String toString()