antlr.debug
Class GuessingEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--antlr.debug.Event
              |
              +--antlr.debug.GuessingEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParserMatchEvent, SemanticPredicateEvent, SyntacticPredicateEvent, TraceEvent

public abstract class GuessingEvent
extends Event

Untamed:

See Also:
Serialized Form

Field Summary
private  int guessing
           
 
Fields inherited from class antlr.debug.Event
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GuessingEvent(Object source)
          Enabled:
GuessingEvent(Object source, int type)
          Enabled:
 
Method Summary
 int getGuessing()
          Enabled:
(package private)  void setGuessing(int guessing)
           
(package private)  void setValues(int type, int guessing)
          This should NOT be called from anyone other than ParserEventSupport!
 
Methods inherited from class antlr.debug.Event
getType, setType, setValues
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

guessing

private int guessing
Constructor Detail

GuessingEvent

public GuessingEvent(Object source)
Enabled:


GuessingEvent

public GuessingEvent(Object source,
                     int type)
Enabled:

Method Detail

getGuessing

public int getGuessing()
Enabled:


setGuessing

void setGuessing(int guessing)

setValues

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



comments?