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) |
public String fileName
public int line
public int charPosition
Copyright © 1992-2013 ANTLR. All Rights Reserved.