Public Member Functions | |
| abstract String | getFormatString (String fileName, int line, int column) |
Static Public Member Functions | |
| static FileLineFormatter | getFormatter () |
| static void | setFormatter (FileLineFormatter f) |
| abstract String antlr.FileLineFormatter.getFormatString | ( | String | fileName, | |
| int | line, | |||
| int | column | |||
| ) | [pure virtual] |
| fileName | the file that should appear in the prefix. (or null) | |
| line | the line (or -1) | |
| column | the column (or -1) |
Implemented in antlr.DefaultFileLineFormatter.
| static FileLineFormatter antlr.FileLineFormatter.getFormatter | ( | ) | [static] |
| static void antlr.FileLineFormatter.setFormatter | ( | FileLineFormatter | f | ) | [static] |
1.7.0