

Public Member Functions | |
| ANTLRFileStream (String fileName) throws IOException | |
| ANTLRFileStream (String fileName, String encoding) throws IOException | |
| void | load (String fileName, String encoding) throws IOException |
| String | getSourceName () |
Protected Attributes | |
| String | fileName |
Definition at line 38 of file ANTLRFileStream.java.
| org.antlr.runtime.ANTLRFileStream.ANTLRFileStream | ( | String | fileName | ) | throws IOException |
Definition at line 41 of file ANTLRFileStream.java.
| org.antlr.runtime.ANTLRFileStream.ANTLRFileStream | ( | String | fileName, | |
| String | encoding | |||
| ) | throws IOException |
Definition at line 45 of file ANTLRFileStream.java.
| void org.antlr.runtime.ANTLRFileStream.load | ( | String | fileName, | |
| String | encoding | |||
| ) | throws IOException |
Definition at line 50 of file ANTLRFileStream.java.
| String org.antlr.runtime.ANTLRFileStream.getSourceName | ( | ) |
Where are you getting symbols from? Normally, implementations will pass the buck all the way to the lexer who can ask its input stream for the file name or whatever.
Reimplemented from org.antlr.runtime.ANTLRStringStream.
Definition at line 75 of file ANTLRFileStream.java.
String org.antlr.runtime.ANTLRFileStream.fileName [protected] |
Definition at line 39 of file ANTLRFileStream.java.
1.5.5