Package antlr.debug
Class NewLineEvent
java.lang.Object
java.util.EventObject
antlr.debug.Event
antlr.debug.NewLineEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
NewLineEvent
-
NewLineEvent
-
-
Method Details
-
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
- Overrides:
toString
in classEventObject
-