antlr.debug

Class NewLineEvent

public class NewLineEvent extends Event

Constructor Summary
NewLineEvent(Object source)
NewLineEvent(Object source, int line)
Method Summary
intgetLine()
voidsetLine(int line)
voidsetValues(int line)
This should NOT be called from anyone other than ParserEventSupport!
StringtoString()

Constructor Detail

NewLineEvent

public NewLineEvent(Object source)

NewLineEvent

public NewLineEvent(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!

toString

public String toString()