OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLexer
(Results
1 - 25
of
36
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl
7
use
TLexer
;
13
my $lexer =
TLexer
->new($input);
22
last if $token->get_type() == $
TLexer
::EOF;
t.pl
7
use
TLexer
;
13
my $lexer =
TLexer
->new($input);
17
last if $token->get_type() == $
TLexer
::EOF;
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
tweak.pl
8
use
TLexer
;
12
my $lexer =
TLexer
->new({ input => $input });
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TLexer.h
26
@interface
TLexer
: ANTLRLexer { // line 283
31
+ (
TLexer
*)newTLexerWithCharStream:(id<ANTLRCharStream>)anInput;
40
@end /* end of
TLexer
interface */
/external/antlr/antlr-3.4/runtime/Python/tests/
t038lexerRuleLabel.py
12
class
TLexer
(base):
17
return
TLexer
t040bug80.py
12
class
TLexer
(base):
17
return
TLexer
t034tokenLabelPropertyRef.py
12
class
TLexer
(base):
17
return
TLexer
t035ruleLabelPropertyRef.py
12
class
TLexer
(base):
17
return
TLexer
t036multipleReturnValues.py
12
class
TLexer
(base):
17
return
TLexer
t037rulePropertyRef.py
12
class
TLexer
(base):
17
return
TLexer
t041parameters.py
12
class
TLexer
(base):
17
return
TLexer
t043synpred.py
12
class
TLexer
(base):
17
return
TLexer
t001lexer.py
11
class
TLexer
(base):
20
return
TLexer
t002lexer.py
11
class
TLexer
(base):
20
return
TLexer
t003lexer.py
11
class
TLexer
(base):
20
return
TLexer
t026actions.py
28
class
TLexer
(base):
44
return
TLexer
t039labels.py
12
class
TLexer
(base):
17
return
TLexer
t004lexer.py
11
class
TLexer
(base):
20
return
TLexer
t006lexer.py
11
class
TLexer
(base):
20
return
TLexer
t007lexer.py
11
class
TLexer
(base):
20
return
TLexer
t008lexer.py
11
class
TLexer
(base):
20
return
TLexer
t009lexer.py
11
class
TLexer
(base):
20
return
TLexer
t044trace.py
12
class
TLexer
(base):
31
return
TLexer
/external/antlr/antlr-3.4/runtime/Python/unittests/
testrecognizers.py
59
class
TLexer
(antlr3.Lexer):
63
TLexer
(stream)
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb
38
class
TLexer
< Lexer
43
TLexer
.new(stream)
Completed in 631 milliseconds
1
2