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

Field Summary
private  int line
           
 
Fields inherited from class antlr.debug.Event
 
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
 

Field Detail

line

private int line
Constructor Detail

NewLineEvent

public NewLineEvent(java.lang.Object source)

NewLineEvent

public NewLineEvent(java.lang.Object source,
                    int line)
Method Detail

getLine

public int getLine()

setLine

void setLine(int line)

setValues

void setValues(int line)
This should NOT be called from anyone other than ParserEventSupport!

Overrides:
setValues in class Event

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject