Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
NewLineEvent
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
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NewLineEvent
public NewLineEvent(java.lang.Object source)
NewLineEvent
public NewLineEvent(java.lang.Object source,
int line)
getLine
public int getLine()
toString
public java.lang.String toString()
|