Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:TLexer

1241   /// 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.GetCharIndex: Integer;
5381 function TLexer.GetCharPositionInLine: Integer;
5386 function TLexer.GetCharStream: ICharStream;
5391 function TLexer.GetErrorMessage(const E: ERecognitionException;
5432 function TLexer.GetInput: IIntStream;
5437 function TLexer.GetLine: Integer;
5442 function TLexer.GetSourceName: String;
5447 function TLexer.GetText: String;
5455 procedure TLexer.Match(const S: String);
5478 procedure TLexer.Match(const C: Integer);
5497 procedure TLexer.MatchAny;
5502 procedure TLexer.MatchRange(const A, B: Integer);
5521 function TLexer.NextToken: IToken;
5561 procedure TLexer.Recover(const RE: ERecognitionException);
5566 procedure TLexer.ReportError(const E: ERecognitionException);
5571 procedure TLexer.Reset;
5588 procedure TLexer.SetCharStream(const Value: ICharStream);
5595 procedure TLexer.SetText(const Value: String);
5600 procedure TLexer.Skip;
5605 procedure TLexer.TraceIn(const RuleName: String; const RuleIndex: Integer);
5614 procedure TLexer.TraceOut(const RuleName: String; const RuleIndex: Integer);