Package antlr.debug
Class NewLineEvent
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- antlr.debug.NewLineEvent
-
- All Implemented Interfaces:
Serializable
public class NewLineEvent extends Event
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description NewLineEvent(Object source)NewLineEvent(Object source, int line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLine()(package private) voidsetLine(int line)(package private) voidsetValues(int line)This should NOT be called from anyone other than ParserEventSupport!StringtoString()-
Methods inherited from class java.util.EventObject
getSource
-
-
-
-
Method Detail
-
getLine
public int getLine()
-
setLine
void setLine(int line)
-
setValues
void setValues(int line)
This should NOT be called from anyone other than ParserEventSupport!
-
toString
public String toString()
- Overrides:
toStringin classEventObject
-
-