/external/antlr/runtime/ObjC/Framework/examples/treerewrite/ |
D | TreeRewriteLexer.m | 42 + (TreeRewriteLexer *)newTreeRewriteLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/combined/ |
D | CombinedLexer.m | 42 + (CombinedLexer *)newCombinedLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | TestLexer.m | 42 + (TestLexer *)newTestLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/ |
D | CharStream.java | 29 final class CharStream { class 33 CharStream(String input) { in CharStream() method in CharStream
|
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/ |
D | TLexer.m | 42 + (TLexer *)newTLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
D | PolyLexer.m | 42 + (PolyLexer *)newPolyLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/treeparser/ |
D | LangLexer.m | 42 + (LangLexer *)newLangLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/scopes/ |
D | SymbolTableLexer.m | 42 + (SymbolTableLexer *)newSymbolTableLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 42 + (Fuzzy *)newFuzzyWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/ |
D | Lexer.m | 36 - (id) initWithCharStream:(id<CharStream>)anInput 48 - (id) initWithCharStream:(id<CharStream>)anInput State:(RecognizerSharedState *)aState 177 - (void) setInput:(id<CharStream>) anInput
|
D | CommonToken.m | 80 …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/ |
D | SimpleCLexer.m | 42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
D | SimpleCLexer.m | 42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<CharStream>)anInput 47 - (id) initWithCharStream:(id<CharStream>)anInput
|
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | CharStream.as | 30 public interface CharStream extends IntStream { interface in org.antlr.runtime
|
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/ |
D | CharStream.js | 7 org.antlr.runtime.CharStream = function() {}; class in org.antlr.runtime
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/ |
D | CharStream.java | 31 public interface CharStream extends IntStream { interface
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/ |
D | CharStream.java | 38 public interface CharStream interface
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 157 public virtual ICharStream CharStream { property in Antlr.Runtime.Lexer
|
/external/antlr/runtime/Python3/antlr3/ |
D | streams.py | 181 class CharStream(IntStream): class
|
/external/antlr/runtime/Python/antlr3/ |
D | streams.py | 182 class CharStream(IntStream): class
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1115 property CharStream: ICharStream read GetCharStream write SetCharStream; property
|