Package 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
Fields Modifier and Type Field Description static int
ERROR
static int
WARNING
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description MessageEvent(Object source)
MessageEvent(Object source, int type, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 java.util.EventObject
getSource
-
-