antlr.debug

Class MessageEvent


public class MessageEvent
extends Event

Field Summary

static int
ERROR
static int
WARNING

Constructor Summary

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

Method Summary

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

Methods inherited from class antlr.debug.Event

getType, setType, setValues

Field Details

ERROR

public static int ERROR


WARNING

public static int WARNING

Constructor Details

MessageEvent

public MessageEvent(Object source)


MessageEvent

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

Method Details

getText

public String getText()


setText

(package private)  void setText(String text)


setValues

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


toString

public String toString()