public abstract class OutputParser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
OutputParser.Callback |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<ParserAction> |
myParserActions |
Constructor and Description |
---|
OutputParser() |
Modifier and Type | Method and Description |
---|---|
protected static void |
addMessage(OutputParser.Callback callback,
CompilerMessageCategory type,
java.lang.String message) |
protected static void |
addMessage(OutputParser.Callback callback,
CompilerMessageCategory type,
java.lang.String text,
java.lang.String url,
int line,
int column) |
boolean |
processMessageLine(OutputParser.Callback callback) |
protected final java.util.List<ParserAction> myParserActions
public boolean processMessageLine(OutputParser.Callback callback)
protected static void addMessage(OutputParser.Callback callback, CompilerMessageCategory type, java.lang.String message)
protected static void addMessage(OutputParser.Callback callback, CompilerMessageCategory type, java.lang.String text, java.lang.String url, int line, int column)