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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
GuessingEvent(Object source)
           
GuessingEvent(Object source, int type)
           
 
Method Summary
 int getGuessing()
           
 
Methods inherited from class antlr.debug.Event
getType
 
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
 

Constructor Detail

GuessingEvent

public GuessingEvent(Object source)

GuessingEvent

public GuessingEvent(Object source,
                     int type)
Method Detail

getGuessing

public int getGuessing()


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