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
Method Summary |
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()
|
NewLineEvent
public NewLineEvent(Object source)
NewLineEvent
public NewLineEvent(Object source,
int line)
getLine
public int getLine()
setLine
void setLine(int line)
setValues
void setValues(int line)
- This should NOT be called from anyone other than ParserEventSupport!
- Overrides:
setValues
in class Event
toString
public String toString()