antlr.debug

Class NewLineEvent


public class NewLineEvent
extends Event

Constructor Summary

NewLineEvent(Object source)
NewLineEvent(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!
String
toString()

Methods inherited from class antlr.debug.Event

getType, setType, setValues

Constructor Details

NewLineEvent

public NewLineEvent(Object source)

NewLineEvent

public NewLineEvent(Object source,
                    int line)

Method Details

getLine

public int getLine()

setLine

(package private)  void setLine(int line)

setValues

(package private)  void setValues(int line)
This should NOT be called from anyone other than ParserEventSupport!
Overrides:
setValues in interface Event

toString

public String toString()