Package antlr.debug
Class MessageEvent
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- antlr.debug.MessageEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageEvent extends Event
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageEvent(java.lang.Object source)MessageEvent(java.lang.Object source, int type, java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()(package private) voidsetText(java.lang.String text)(package private) voidsetValues(int type, java.lang.String text)This should NOT be called from anyone other than ParserEventSupport!java.lang.StringtoString()
-
-
-
Method Detail
-
getText
public java.lang.String getText()
-
setText
void setText(java.lang.String text)
-
setValues
void setValues(int type, java.lang.String text)This should NOT be called from anyone other than ParserEventSupport!
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.util.EventObject
-
-