Searched refs:TLexer (Results 26 - 36 of 36) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt044trace.py12 class TLexer(base): class in function:T.lexerClass
31 return TLexer
H A Dt010lexer.py11 class TLexer(base): class in function:t010lexer.lexerClass
20 return TLexer
H A Dt011lexer.py11 class TLexer(base): class in function:t011lexer.lexerClass
20 return TLexer
H A Dt012lexerXML.py16 class TLexer(base): class in function:t012lexerXML.lexerClass
25 return TLexer
H A Dt052import.py46 class TLexer(base): class in function:T.lexerClass
69 return TLexer
H A Dt053hetero.py37 class TLexer(base): class in function:T.lexerClass
60 return TLexer
H A Dt057autoAST.py38 class TLexer(base): class in function:TestAutoAST.lexerClass
61 return TLexer
H A Dt058rewriteAST.py38 class TLexer(base): class in function:TestRewriteAST.lexerClass
61 return TLexer
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTLexer.m20 #import "TLexer.h"
30 @implementation TLexer // line 330
42 + (TLexer *)newTLexerWithCharStream:(id<ANTLRCharStream>)anInput
44 return [[TLexer alloc] initWithCharStream:anInput];
472 @end /* end of TLexer implementation line 397 *
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java23 static TLexer lexer;
35 lexer = new TLexer();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1241 /// Lex := TLexer.Create(Input);
2433 TLexer = class abstract(TBaseRecognizer, ILexer, ITokenSource)
5323 { TLexer }
5325 constructor TLexer.Create;
5330 constructor TLexer.Create(const AInput: ICharStream);
5336 constructor TLexer.Create(const AInput: ICharStream;
5343 function TLexer.Emit: IToken;
5353 procedure TLexer.Emit(const Token: IToken);
5358 function TLexer.GetCharErrorDisplay(const C: Integer): String;
5376 function TLexer
[all...]

Completed in 330 milliseconds

12