public class GrammarSyntaxMessage extends Message
Modifier and Type | Field and Description |
---|---|
antlr.RecognitionException |
exception |
Grammar |
g |
antlr.Token |
offendingToken
Most of the time, we'll have a token and so this will be set.
|
Constructor and Description |
---|
GrammarSyntaxMessage(int msgID,
Grammar grammar,
antlr.Token offendingToken,
Object arg,
antlr.RecognitionException exception) |
GrammarSyntaxMessage(int msgID,
Grammar grammar,
antlr.Token offendingToken,
antlr.RecognitionException exception) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
getLocationTemplate, getMessageTemplate, setColumn, setLine, setMessageID, toString
public Grammar g
public antlr.Token offendingToken
public antlr.RecognitionException exception
public GrammarSyntaxMessage(int msgID, Grammar grammar, antlr.Token offendingToken, antlr.RecognitionException exception)
Copyright © 2020. All rights reserved.