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

Lines Matching refs:Property

63     { Property accessors }
183 property SourceName: String read GetSourceName;
189 { Property accessors }
219 property Line: Integer read GetLine write SetLine;
226 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
231 { Property accessors }
246 property TokenType: Integer read GetTokenType write SetTokenType;
249 property Line: Integer read GetLine write SetLine;
254 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
257 property Channel: Integer read GetChannel write SetChannel;
265 property TokenIndex: Integer read GetTokenIndex write SetTokenIndex;
272 property Text: String read GetText write SetText;
291 { Property accessors }
310 property SourceName: String read GetSourceName;
316 { Property accessors }
358 property TokenSource: ITokenSource read GetTokenSource write SetTokenSource;
370 { Property accessors }
380 property P: Integer read GetP write SetP;
383 property Line: Integer read GetLine write SetLine;
386 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
436 { Property accessors }
474 property IsNil: Boolean read GetIsNil;
490 { Property accessors }
530 property Following: TBitSetArray read GetFollowing write SetFollowing;
531 property FollowingStackPointer: Integer read GetFollowingStackPointer write SetFollowingStackPointer;
538 property ErrorRecovery: Boolean read GetErrorRecovery write SetErrorRecovery;
549 property LastErrorIndex: Integer read GetLastErrorIndex write SetLastErrorIndex;
555 property Failed: Boolean read GetFailed write SetFailed;
560 property SyntaxErrors: Integer read GetSyntaxErrors write SetSyntaxErrors;
566 property Backtracking: Integer read GetBacktracking write SetBacktracking;
579 property RuleMemo: TDictionaryArray<Integer, Integer> read GetRuleMemo;
580 property RuleMemoCount: Integer read GetRuleMemoCount write SetRuleMemoCount;
598 property Token: IToken read GetToken write SetToken;
607 property TokenStartCharIndex: Integer read GetTokenStartCharIndex write SetTokenStartCharIndex;
612 property TokenStartLine: Integer read GetTokenStartLine write SetTokenStartLine;
615 property TokenStartCharPositionInLine: Integer read GetTokenStartCharPositionInLine write SetTokenStartCharPositionInLine;
618 property Channel: Integer read GetChannel write SetChannel;
621 property TokenType: Integer read GetTokenType write SetTokenType;
627 property Text: String read GetText write SetText;
632 { Property accessors }
644 property StartIndex: Integer read GetStartIndex write SetStartIndex;
645 property StopIndex: Integer read GetStopIndex write SetStopIndex;
646 property InputStream: ICharStream read GetInputStream write SetInputStream;
658 { Property accessors }
675 property TokenType: Integer read GetTokenType write SetTokenType;
676 property Line: Integer read GetLine write SetLine;
677 property CharPositionInLine: Integer read GetCharPositionInLine write SetCharPositionInLine;
678 property Channel: Integer read GetChannel write SetChannel;
679 property TokenIndex: Integer read GetTokenIndex write SetTokenIndex;
680 property Text: String read GetText write SetText;
681 property InputStream: ICharStream read GetInputStream write SetInputStream;
692 { Property accessors }
901 property Input: IIntStream read GetInput;
902 property BacktrackingLevel: Integer read GetBacktrackingLevel;
903 property State: IRecognizerSharedState read GetState;
913 property NumberOfSyntaxErrors: Integer read GetNumberOfSyntaxErrors;
917 /// Have ANTLR generate an implementation for this property.
920 property GrammarFileName: String read GetGrammarFileName;
924 /// Have ANTLR provide a hook for this property.
927 property SourceName: String read GetSourceName;
934 property TokenNames: TStringArray read GetTokenNames;
1009 { Property accessors }
1036 property SpecialStateTransitionHandler: TSpecialStateTransitionHandler read GetSpecialStateTransitionHandler write SetSpecialStateTransitionHandler;
1047 { Property accessors }
1115 property CharStream: ICharStream read GetCharStream write SetCharStream;
1116 property Line: Integer read GetLine;
1117 property CharPositionInLine: Integer read GetCharPositionInLine;
1120 property CharIndex: Integer read GetCharIndex;
1135 property Text: String read GetText write SetText;
1143 { Property accessors }
1154 property TokenStream: ITokenStream read GetTokenStream write SetTokenStream;
1162 { Property accessors }
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;
1197 /// Note text is not an actual property of the return value, it is computed
1201 /// to get the .text property anyway if the rule matches tokens from multiple
1425 property ApproximateLineInfo: Boolean read FApproximateLineInfo write FApproximateLineInfo;
1431 property Token: IToken read FToken write FToken;
1436 property Node: IANTLRInterface read FNode write FNode;
1441 property Line: Integer read FLine write FLine;
1447 property CharPositionInLine: Integer read FCharPositionInLine write FCharPositionInLine;
1450 property Input: IIntStream read FInput write FInput;
1455 property UnexpectedType: Integer read GetUnexpectedType;
1460 property Character: Integer read FC write FC;
1465 property Index: Integer read FIndex write FIndex;
1479 property Expecting: Integer read FExpecting write FExpecting;
1486 property UnexpectedToken: IToken read GetUnexpectedToken;
1505 property MissingType: Integer read GetMissingType;
1506 property Inserted: IANTLRInterface read FInserted write FInserted;
1517 property Expecting: Integer read FExpecting write FExpecting;
1531 property GrammarDecisionDescription: String read FGrammarDecisionDescription;
1532 property DecisionNumber: Integer read FDecisionNumber;
1533 property StateNumber: Integer read FStateNumber;
1542 property DecisionNumber: Integer read FDecisionNumber;
1553 property Expecting: IBitSet read FExpecting write FExpecting;
1572 property RuleName: String read FRuleName write FRuleName;
1573 property PredicateText: String read FPredicateText write FPredicateText;
1585 property A: Integer read FA write FA;
1586 property B: Integer read FB write FB;
1662 property SourceName: String read GetSourceName write FName;
2003 property State: IRecognizerSharedState read FState;
2290 property Input: IIntStream read GetInput;
2406 property Recognizer: IBaseRecognizer read GetRecognizer write SetRecognizer;
2407 property DecisionNumber: Integer read FDecisionNumber write FDecisionNumber;
2408 property EOT: TSmallintArray read FEOT write FEOT;
2409 property EOF: TSmallintArray read FEOF write FEOF;
2410 property Min: TCharArray read FMin write FMin;
2411 property Max: TCharArray read FMax write FMax;
2412 property
2413 property Special: TSmallintArray read FSpecial write FSpecial;
2414 property Transition: TSmallintMatrix read FTransition write FTransition;
2472 property Input: ICharStream read FInput;
2473 property CharIndex: Integer read GetCharIndex;
2474 property Text: String read GetText write SetText;
2486 property Input: ITokenStream read FInput;
2544 { Property accessors }
2562 property InstructionIndex: Integer read GetInstructionIndex write SetInstructionIndex;
2563 property Index: Integer read GetIndex write SetIndex;
2564 property Text: IANTLRInterface read GetText write SetText;
2565 property Parent: ITokenRewriteStream read GetParent write SetParent;
2592 property Index: Integer read FIndex write FIndex;
2593 property Text: IANTLRInterface read FText write FText;
2594 property Parent: ITokenRewriteStream read GetParent write SetParent;
2614 { Property accessors }
2619 property LastIndex: Integer read GetLastIndex write SetLastIndex;
3977 (* Override the text for this token. The property getter
5729 raise EInvalidOperation.Create('Setter has not been defined for this property.');
5734 raise EInvalidOperation.Create('Setter has not been defined for this property.');
5739 raise EInvalidOperation.Create('Setter has not been defined for this property.');