|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--antlr.debug.Event | +--antlr.debug.MessageEvent
Untamed:
Field Summary | |
static int |
ERROR
Enabled: |
private String |
text
|
static int |
WARNING
Enabled: |
Fields inherited from class antlr.debug.Event |
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
MessageEvent(Object source)
Enabled: |
|
MessageEvent(Object source,
int type,
String text)
Enabled: |
Method Summary | |
String |
getText()
Enabled: |
(package private) void |
setText(String text)
|
(package private) void |
setValues(int type,
String text)
This should NOT be called from anyone other than ParserEventSupport! |
String |
toString()
Suppressed: |
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 |
Field Detail |
private String text
public static int WARNING
public static int ERROR
Constructor Detail |
public MessageEvent(Object source)
public MessageEvent(Object source, int type, String text)
Method Detail |
public String getText()
void setText(String text)
void setValues(int type, String text)
public String toString()
toString
in class EventObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |