public class GrammarSyntaxMessage extends ANTLRMessage
charPosition, fileName, g, line, offendingToken| Constructor and Description |
|---|
GrammarSyntaxMessage(ErrorType etype,
java.lang.String fileName,
org.antlr.runtime.Token offendingToken,
org.antlr.runtime.RecognitionException antlrException,
java.lang.Object... args) |
| Modifier and Type | Method and Description |
|---|---|
org.antlr.runtime.RecognitionException |
getCause() |
getArgs, getErrorType, getMessageTemplate, toStringpublic GrammarSyntaxMessage(ErrorType etype, java.lang.String fileName, org.antlr.runtime.Token offendingToken, org.antlr.runtime.RecognitionException antlrException, java.lang.Object... args)
public org.antlr.runtime.RecognitionException getCause()
getCause in class ANTLRMessage