OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleCLexer
(Results
1 - 8
of
8
) sorted by null
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h
39
@interface
SimpleCLexer
: ANTLRLexer { // line 283
44
+ (
SimpleCLexer
*)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput;
66
@end /* end of
SimpleCLexer
interface */
SimpleCLexer.m
20
#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/
SimpleCLexer.h
45
@interface
SimpleCLexer
: ANTLRLexer { // line 283
50
+ (
SimpleCLexer
*)newSimpleCLexerWithCharStream:(id<ANTLRCharStream>)anInput;
72
@end /* end of
SimpleCLexer
interface */
SimpleCLexer.java
8
public class
SimpleCLexer
extends Lexer {
37
public
SimpleCLexer
() {;}
38
public
SimpleCLexer
(CharStream input) {
41
public
SimpleCLexer
(CharStream input, RecognizerSharedState state) {
SimpleCLexer.m
20
#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/
SimpleCLexer.h
49
@interface
SimpleCLexer
: ANTLRLexer { // line 283
54
+ (
SimpleCLexer
*)newSimpleCLexer:(id<ANTLRCharStream>)anInput;
75
@end /* end of
SimpleCLexer
interface */
SimpleCLexer.java
8
public class
SimpleCLexer
extends Lexer {
37
public
SimpleCLexer
() {;}
38
public
SimpleCLexer
(CharStream input) {
41
public
SimpleCLexer
(CharStream input, RecognizerSharedState state) {
SimpleCLexer.m
45
#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 44 milliseconds