antlr.debug
Class MessageEvent

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

public class MessageEvent
extends Event

See Also:
Serialized Form

Field Summary
static int ERROR
           
static int WARNING
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MessageEvent(Object source)
           
MessageEvent(Object source, int type, String text)
           
 
Method Summary
 String getText()
           
 String toString()
           
 
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
 

Field Detail

WARNING

public static int WARNING

ERROR

public static int ERROR
Constructor Detail

MessageEvent

public MessageEvent(Object source)

MessageEvent

public MessageEvent(Object source,
                    int type,
                    String text)
Method Detail

getText

public String getText()

toString

public String toString()
Overrides:
toString in class EventObject


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