OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 )
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRFileStream.pm
1
package ANTLR::Runtime::
ANTLRFileStream
;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRFileStream.java
38
public class
ANTLRFileStream
extends ANTLRStringStream {
41
public
ANTLRFileStream
(String fileName) throws IOException {
45
public
ANTLRFileStream
(String fileName, String encoding) throws IOException {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py
524
class
ANTLRFileStream
(ANTLRStringStream):
593
FileStream =
ANTLRFileStream
1048
CharStream input = new
ANTLRFileStream
("input");
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 624 milliseconds