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, toString
public org.antlr.runtime.RecognitionException getCause()
getCause
in class ANTLRMessage
Copyright © 1992–2020 ANTLR. All rights reserved.