Lines Matching refs:IANTLRInterface
61 IIntStream = interface(IANTLRInterface)
229 IToken = interface(IANTLRInterface)
289 ITokenSource = interface(IANTLRInterface)
368 ICharStreamState = interface(IANTLRInterface)
434 IBitSet = interface(IANTLRInterface)
488 IRecognizerSharedState = interface(IANTLRInterface)
722 const Follow: IBitSet): IANTLRInterface;
815 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface;
1007 IDFA = interface(IANTLRInterface)
1160 IRuleReturnScope = interface(IANTLRInterface)
1163 function GetStart: IANTLRInterface;
1164 procedure SetStart(const Value: IANTLRInterface);
1165 function GetStop: IANTLRInterface;
1166 procedure SetStop(const Value: IANTLRInterface);
1167 function GetTree: IANTLRInterface;
1168 procedure SetTree(const Value: IANTLRInterface);
1169 function GetTemplate: IANTLRInterface;
1174 property Start: IANTLRInterface read GetStart write SetStart;
1177 property Stop: IANTLRInterface read GetStop write SetStop;
1180 property Tree: IANTLRInterface read GetTree write SetTree;
1186 property Template: IANTLRInterface read GetTemplate;
1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;
1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;
1290 const Text: IANTLRInterface); overload;
1292 const Text: IANTLRInterface); overload;
1300 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload;
1301 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload;
1303 const Text: IANTLRInterface); overload;
1305 const Text: IANTLRInterface); overload;
1313 procedure Replace(const Index: Integer; const Text: IANTLRInterface); overload;
1314 procedure Replace(const Start, Stop: Integer; const Text: IANTLRInterface); overload;
1315 procedure Replace(const IndexT: IToken; const Text: IANTLRInterface); overload;
1316 procedure Replace(const Start, Stop: IToken; const Text: IANTLRInterface); overload;
1318 const Text: IANTLRInterface); overload;
1320 const Text: IANTLRInterface); overload;
1398 FNode: IANTLRInterface;
1436 property Node: IANTLRInterface read FNode write FNode;
1497 FInserted: IANTLRInterface;
1501 const AInserted: IANTLRInterface);
1506 property Inserted: IANTLRInterface read FInserted write FInserted;
1741 function Clone: IANTLRInterface; virtual;
2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual; in GetCurrentInputSymbol()
2058 const TokenType: Integer; const Follow: IBitSet): IANTLRInterface; virtual;
2083 const Follow: IBitSet): IANTLRInterface; virtual;
2253 const Follow: IBitSet): IANTLRInterface; virtual;
2271 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface; virtual;
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
2493 const Follow: IBitSet): IANTLRInterface; override;
2512 function GetStart: IANTLRInterface; virtual;
2513 procedure SetStart(const Value: IANTLRInterface); virtual;
2514 function GetStop: IANTLRInterface; virtual;
2515 procedure SetStop(const Value: IANTLRInterface); virtual;
2516 function GetTree: IANTLRInterface; virtual;
2517 procedure SetTree(const Value: IANTLRInterface); virtual;
2518 function GetTemplate: IANTLRInterface; virtual;
2527 function GetStart: IANTLRInterface; override;
2528 procedure SetStart(const Value: IANTLRInterface); override;
2529 function GetStop: IANTLRInterface; override;
2530 procedure SetStop(const Value: IANTLRInterface); override;
2542 IRewriteOperation = interface(IANTLRInterface)
2549 function GetText: IANTLRInterface;
2550 procedure SetText(const Value: IANTLRInterface);
2564 property Text: IANTLRInterface read GetText write SetText;
2574 FText: IANTLRInterface;
2582 function GetText: IANTLRInterface;
2583 procedure SetText(const Value: IANTLRInterface);
2589 constructor Create(const AIndex: Integer; const AText: IANTLRInterface;
2593 property Text: IANTLRInterface read FText write FText;
2634 const AText: IANTLRInterface; const AParent: ITokenRewriteStream);
2673 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2674 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
2676 const Text: IANTLRInterface); overload; virtual;
2678 const Text: IANTLRInterface); overload; virtual;
2686 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2687 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
2689 const Text: IANTLRInterface); overload; virtual;
2691 const Text: IANTLRInterface); overload; virtual;
2699 procedure Replace(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
2700 procedure Replace(const Start, Stop: Integer; const Text: IANTLRInterface); overload; virtual;
2701 procedure Replace(const IndexT: IToken; const Text: IANTLRInterface); overload; virtual;
2702 procedure Replace(const Start, Stop: IToken; const Text: IANTLRInterface); overload; virtual;
2704 const Text: IANTLRInterface); overload; virtual;
2706 const Text: IANTLRInterface); overload; virtual;
2800 function CatOpText(const A, B: IANTLRInterface): IANTLRInterface; in CatOpText() argument
2880 PriorNode: IANTLRInterface;
2991 const AInput: IIntStream; const AInserted: IANTLRInterface);
3450 function TBitSet.Clone: IANTLRInterface; in Clone()
4313 const Input: IIntStream): IANTLRInterface; in TBaseRecognizer.GetCurrentInputSymbol()
4422 const Follow: IBitSet): IANTLRInterface;
4489 const TokenType: Integer; const Follow: IBitSet): IANTLRInterface;
4623 const E: ERecognitionException; const Follow: IBitSet): IANTLRInterface;
4640 const TokenType: Integer; const Follow: IBitSet): IANTLRInterface;
5639 const Input: IIntStream): IANTLRInterface; in TParser.GetCurrentInputSymbol()
5651 const Follow: IBitSet): IANTLRInterface;
5707 function TRuleReturnScope.GetStart: IANTLRInterface; in TRuleReturnScope.GetStart()
5712 function TRuleReturnScope.GetStop: IANTLRInterface; in GetStop()
5717 function TRuleReturnScope.GetTemplate: IANTLRInterface; in TRuleReturnScope.GetTemplate()
5722 function TRuleReturnScope.GetTree: IANTLRInterface; in TRuleReturnScope.GetTree()
5727 procedure TRuleReturnScope.SetStart(const Value: IANTLRInterface); argument
5732 procedure TRuleReturnScope.SetStop(const Value: IANTLRInterface); argument
5737 procedure TRuleReturnScope.SetTree(const Value: IANTLRInterface); argument
5744 function TParserRuleReturnScope.GetStart: IANTLRInterface; in TParserRuleReturnScope.GetStart()
5749 function TParserRuleReturnScope.GetStop: IANTLRInterface; in GetStop()
5754 procedure TParserRuleReturnScope.SetStart(const Value: IANTLRInterface); argument
5759 procedure TParserRuleReturnScope.SetStop(const Value: IANTLRInterface); argument
5799 function TTokenRewriteStream.CatOpText(const A, B: IANTLRInterface): IANTLRInterface; in CatOpText() argument
5905 const T: IToken; const Text: IANTLRInterface);
5930 const Index: Integer; const Text: IANTLRInterface);
5937 const Text: IANTLRInterface);
5943 const Text: IANTLRInterface);
5949 const Text: IANTLRInterface);
5955 const T: IToken; const Text: IANTLRInterface);
5961 const Index: Integer; const Text: IANTLRInterface);
5970 const Text: IANTLRInterface);
5976 const Text: IANTLRInterface);
5982 const Text: IANTLRInterface);
5988 Stop: Integer; const Text: IANTLRInterface);
6109 Stop: IToken; const Text: IANTLRInterface);
6115 const Text: IANTLRInterface);
6121 const Text: IANTLRInterface);
6397 const AText: IANTLRInterface; const AParent: ITokenRewriteStream);
6426 function TTokenRewriteStream.TRewriteOperation.GetText: IANTLRInterface; in TRewriteOperation()
6449 const Value: IANTLRInterface);
6493 const AText: IANTLRInterface; const AParent: ITokenRewriteStream);