|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
antlr.debug.Event
antlr.debug.NewLineEvent
public class NewLineEvent
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
NewLineEvent(java.lang.Object source)
|
|
NewLineEvent(java.lang.Object source,
int line)
|
|
| 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! |
java.lang.String |
toString()
|
| Methods inherited from class antlr.debug.Event |
|---|
getType, setType |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NewLineEvent(java.lang.Object source)
public NewLineEvent(java.lang.Object source,
int line)
| Method Detail |
|---|
public int getLine()
void setLine(int line)
void setValues(int line)
setValues in class Eventpublic java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||