Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
antlr.FileLineFormatter
public abstract class FileLineFormatter
extends java.lang.Object
Method Summary | |
abstract String |
|
static FileLineFormatter | |
static void |
public abstract String getFormatString(String fileName, int line, int column)
- Parameters:
fileName
- the file that should appear in the prefix. (or null)line
- the line (or -1)column
- the column (or -1)