Searched refs:SimpleCLexer (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
H A DSimpleCLexer.h39 @interface SimpleCLexer : ANTLRLexer { // line 283
44 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput;
66 @end /* end of SimpleCLexer interface */
H A DSimpleCLexer.m20 #import "SimpleCLexer.h"
30 @implementation SimpleCLexer // line 330
42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput
44 return [[SimpleCLexer alloc] initWithCharStream:anInput];
1160 @end /* end of SimpleCLexer implementation line 397 *
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.h45 @interface SimpleCLexer : ANTLRLexer { // line 283
50 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput;
72 @end /* end of SimpleCLexer interface */
H A DSimpleCLexer.java8 public class SimpleCLexer extends Lexer { class in inherits:Lexer
37 public SimpleCLexer() {;} method in class:SimpleCLexer
38 public SimpleCLexer(CharStream input) { method in class:SimpleCLexer
41 public SimpleCLexer(CharStream input, RecognizerSharedState state) { method in class:SimpleCLexer
H A DSimpleCLexer.m20 #import "SimpleCLexer.h"
30 @implementation SimpleCLexer // line 330
42 + (SimpleCLexer *)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput
44 return [[SimpleCLexer alloc] initWithCharStream:anInput];
1152 @end /* end of SimpleCLexer implementation line 397 *
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.h49 @interface SimpleCLexer : ANTLRLexer { // line 283
54 + (SimpleCLexer *)newSimpleCLexer:(id<ANTLRCharStream>)anInput;
75 @end /* end of SimpleCLexer interface */
H A DSimpleCLexer.java8 public class SimpleCLexer extends Lexer { class in inherits:Lexer
37 public SimpleCLexer() {;} method in class:SimpleCLexer
38 public SimpleCLexer(CharStream input) { method in class:SimpleCLexer
41 public SimpleCLexer(CharStream input, RecognizerSharedState state) { method in class:SimpleCLexer
H A DSimpleCLexer.m45 #import "SimpleCLexer.h"
180 @implementation SimpleCLexer // line 330
192 + (SimpleCLexer *)newSimpleCLexer:(id<ANTLRCharStream>)anInput
194 return [[SimpleCLexer alloc] initWithCharStream:anInput];
981 @end /* end of SimpleCLexer implementation line 397 */

Completed in 180 milliseconds