| java.lang.Object org.antlr.tool.Message org.antlr.tool.GrammarSemanticsMessage
GrammarSemanticsMessage | public class GrammarSemanticsMessage extends Message (Code) | | A problem with the symbols and/or meaning of a grammar such as rule
redefinition.
|
Field Summary | |
public Grammar | g | public Token | offendingToken Most of the time, we'll have a token such as an undefined rule ref
and so this will be set. |
offendingToken | public Token offendingToken(Code) | | Most of the time, we'll have a token such as an undefined rule ref
and so this will be set.
|
GrammarSemanticsMessage | public GrammarSemanticsMessage(int msgID, Grammar g, Token offendingToken)(Code) | | |
GrammarSemanticsMessage | public GrammarSemanticsMessage(int msgID, Grammar g, Token offendingToken, Object arg)(Code) | | |
GrammarSemanticsMessage | public GrammarSemanticsMessage(int msgID, Grammar g, Token offendingToken, Object arg, Object arg2)(Code) | | |
|
|