HomeSort by relevance Sort by last modified time
    Searched defs:ANTLRFileStream (Results 1 - 9 of 9) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 7 public class ANTLRFileStream extends ANTLRStringStream {
10 public function ANTLRFileStream(file:File, encoding:String = null) {
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ANTLRFileStream.js 10 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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 52 public class ANTLRFileStream : ANTLRStringStream
57 /// Initializes a new instance of the ANTLRFileStream class
59 protected ANTLRFileStream()
64 /// Initializes a new instance of the ANTLRFileStream class for the
67 public ANTLRFileStream(string fileName) :
73 /// Initializes a new instance of the ANTLRFileStream class for the
76 public ANTLRFileStream(string fileName, Encoding encoding)
83 /// Gets the file name of this ANTLRFileStream underlying file
97 /// ANTLRFileStream's source
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 48 public class ANTLRFileStream : ANTLRStringStream
52 public ANTLRFileStream( string fileName )
57 public ANTLRFileStream( string fileName, Encoding encoding )