|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
antlr.debug.Event
antlr.debug.MessageEvent
public class MessageEvent
| 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()
|
(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()
|
| 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 |
|---|
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 | |||||||||