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 int
getLine()
(package private) void
setLine(int line)
(package private) void
setValues(int line)
This should NOT be called from anyone other than ParserEventSupport!String
toString()
-
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:
toString
in classEventObject
-
-