public class GrammarSyntaxMessage extends ANTLRMessage
charPosition, fileName, g, line, offendingToken| Constructor | Description |
|---|---|
GrammarSyntaxMessage(ErrorType etype,
String fileName,
org.antlr.runtime.Token offendingToken,
org.antlr.runtime.RecognitionException antlrException,
Object... args) |
| Modifier and Type | Method | Description |
|---|---|---|
org.antlr.runtime.RecognitionException |
getCause() |
getArgs, getErrorType, getMessageTemplate, toStringpublic org.antlr.runtime.RecognitionException getCause()
getCause in class ANTLRMessageCopyright © 1992–2019 ANTLR. All rights reserved.