Searched defs:ANTLRFileStream (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as7 public class ANTLRFileStream extends ANTLRStringStream {
10 public function ANTLRFileStream(file:File, encoding:String = null) { function
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DANTLRFileStream.js10 org.antlr.runtime.ANTLRFileStream = function(fileName, encoding) {
25 org.antlr.runtime.ANTLRFileStream.superclass.constructor.call(this, data);
28 org.antlr.lang.extend(org.antlr.runtime.ANTLRFileStream,
30 /** @lends org.antlr.runtime.ANTLRFileStream.prototype */{
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DANTLRFileStream.cs48 public class ANTLRFileStream : ANTLRStringStream class in namespace:Antlr.Runtime
52 public ANTLRFileStream( string fileName ) method in class:Antlr.Runtime.ANTLRFileStream
57 public ANTLRFileStream( string fileName, Encoding encoding ) method in class:Antlr.Runtime.ANTLRFileStream
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm1 package ANTLR::Runtime::ANTLRFileStream;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs52 public class ANTLRFileStream : ANTLRStringStream class in namespace:Antlr.Runtime
57 /// Initializes a new instance of the ANTLRFileStream class
59 protected ANTLRFileStream() method in class:Antlr.Runtime.ANTLRFileStream
64 /// Initializes a new instance of the ANTLRFileStream class for the
67 public ANTLRFileStream(string fileName) : method in class:Antlr.Runtime.ANTLRFileStream
73 /// Initializes a new instance of the ANTLRFileStream class for the
76 public ANTLRFileStream(string fileName, Encoding encoding) method in class:Antlr.Runtime.ANTLRFileStream
83 /// Gets the file name of this ANTLRFileStream underlying file
97 /// ANTLRFileStream's source
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java38 public class ANTLRFileStream extends ANTLRStringStream { class in inherits:ANTLRStringStream
41 public ANTLRFileStream(String fileName) throws IOException { method in class:ANTLRFileStream
45 public ANTLRFileStream(String fileName, String encoding) throws IOException { method in class:ANTLRFileStream
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py524 class ANTLRFileStream(ANTLRStringStream): class in inherits:ANTLRStringStream
593 FileStream = ANTLRFileStream
1048 CharStream input = new ANTLRFileStream("input");
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 121 milliseconds