antlr.debug
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() |
| void | setText(String text) |
| void | setValues(int type, String text) This should NOT be called from anyone other than ParserEventSupport! |
| String | toString() |