public class ANTLRMessage extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
charPosition |
String |
fileName |
int |
line |
| Constructor and Description |
|---|
ANTLRMessage(ErrorType errorType) |
ANTLRMessage(ErrorType errorType,
Object... args) |
ANTLRMessage(ErrorType errorType,
Throwable e,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs() |
Throwable |
getCause() |
ErrorType |
getErrorType() |
org.stringtemplate.v4.ST |
getMessageTemplate(boolean verbose) |
String |
toString() |
public String fileName
public int line
public int charPosition
Copyright © 1992–2014 ANTLR. All rights reserved.