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