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

See Also:
Serialized Form

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

Constructor Detail

SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source)

SyntacticPredicateEvent

public SyntacticPredicateEvent(Object source,
                               int type)
Method Detail

toString

public String toString()
Overrides:
toString in class EventObject


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