public class NewLineEvent extends Event
source
Constructor and Description |
---|
NewLineEvent(Object source) |
NewLineEvent(Object source,
int line) |
Modifier and Type | Method and 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() |
getSource
public NewLineEvent(Object source)
public NewLineEvent(Object source, int line)
public int getLine()
void setLine(int line)
void setValues(int line)
public String toString()
toString
in class EventObject