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 intERRORstatic intWARNING-
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 StringgetText()(package private) voidsetText(String text)(package private) voidsetValues(int type, String text)This should NOT be called from anyone other than ParserEventSupport!StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-