antlr.debug

Class MessageEvent

public class MessageEvent extends Event

Field Summary
static intERROR
static intWARNING
Constructor Summary
MessageEvent(Object source)
MessageEvent(Object source, int type, String text)
Method Summary
StringgetText()
voidsetText(String text)
voidsetValues(int type, String text)
This should NOT be called from anyone other than ParserEventSupport!
StringtoString()

Field Detail

ERROR

public static int ERROR

WARNING

public static int WARNING

Constructor Detail

MessageEvent

public MessageEvent(Object source)

MessageEvent

public MessageEvent(Object source, int type, String text)

Method Detail

getText

public String getText()

setText

void setText(String text)

setValues

void setValues(int type, String text)
This should NOT be called from anyone other than ParserEventSupport!

toString

public String toString()