antlr.debug
Class SyntacticPredicateEvent

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

public class SyntacticPredicateEvent
extends GuessingEvent

Untamed:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class antlr.debug.GuessingEvent
 
Fields inherited from class antlr.debug.Event
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SyntacticPredicateEvent(Object source)
          Enabled:
SyntacticPredicateEvent(Object source, int type)
          Enabled:
 
Method Summary
(package private)  void setValues(int type, int guessing)
          This should NOT be called from anyone other than ParserEventSupport!
 String toString()
          Suppressed:
 
Methods inherited from class antlr.debug.GuessingEvent
getGuessing, setGuessing
 
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
 

Constructor Detail

SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source)
Enabled:


SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source,
                               int type)
Enabled:

Method Detail

setValues

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

Overrides:
setValues in class GuessingEvent

toString

public String toString()
Suppressed:

Overrides:
toString in class EventObject
Returns:
A a String representation of this EventObject.


comments?