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