Package antlr.debug
Class NewLineEvent
- java.lang.Object
-
- java.util.EventObject
-
- antlr.debug.Event
-
- antlr.debug.NewLineEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class NewLineEvent extends Event
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NewLineEvent(java.lang.Object source)
NewLineEvent(java.lang.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!java.lang.String
toString()
-