Package antlr.debug
Class MessageEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.MessageEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionMessageEvent
(Object source) MessageEvent
(Object source, int type, String text) -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
WARNING
public static int WARNING -
ERROR
public static int ERROR
-
-
Constructor Details
-
MessageEvent
-
MessageEvent
-
-
Method Details
-
getText
-
setText
-
setValues
This should NOT be called from anyone other than ParserEventSupport! -
toString
- Overrides:
toString
in classEventObject
-