Home
last modified time | relevance | path

Searched defs:CharStream (Results 1 – 21 of 21) sorted by relevance

/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.m42 + (TreeRewriteLexer *)newTreeRewriteLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m42 + (CombinedLexer *)newCombinedLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m42 + (TestLexer *)newTestLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/
DCharStream.java29 final class CharStream { class
33 CharStream(String input) { in CharStream() method in CharStream
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m42 + (TLexer *)newTLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyLexer.m42 + (PolyLexer *)newPolyLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m42 + (LangLexer *)newLangLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m42 + (SymbolTableLexer *)newSymbolTableLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m42 + (Fuzzy *)newFuzzyWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/
DLexer.m36 - (id) initWithCharStream:(id<CharStream>)anInput
48 - (id) initWithCharStream:(id<CharStream>)anInput State:(RecognizerSharedState *)aState
177 - (void) setInput:(id<CharStream>) anInput
DCommonToken.m80 …ut Type:(NSInteger)aTType Channel:(NSInteger)aChannel Start:(NSInteger)aStart Stop:(NSInteger)aStop
146 - (id) initWithInput:(id<CharStream>)anInput
327 - (void) setInput: (id<CharStream>) anInput
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.m42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<CharStream>)anInput
47 - (id) initWithCharStream:(id<CharStream>)anInput
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DCharStream.as30 public interface CharStream extends IntStream { interface in org.antlr.runtime
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DCharStream.js7 org.antlr.runtime.CharStream = function() {}; class in org.antlr.runtime
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DCharStream.java31 public interface CharStream extends IntStream { interface
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/
DCharStream.java38 public interface CharStream interface
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DLexer.cs157 public virtual ICharStream CharStream { property in Antlr.Runtime.Lexer
/external/antlr/runtime/Python3/antlr3/
Dstreams.py181 class CharStream(IntStream): class
/external/antlr/runtime/Python/antlr3/
Dstreams.py182 class CharStream(IntStream): class
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1115 property CharStream: ICharStream read GetCharStream write SetCharStream; property