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

Lines Matching refs:function

64     function GetSourceName: String;
77 function LA(I: Integer): Integer;
78 function LAChar(I: Integer): Char;
90 function Mark: Integer;
97 function Index: Integer;
174 function Size: Integer;
190 function GetLine: Integer;
192 function GetCharPositionInLine: Integer;
203 function LT(const I: Integer): Integer;
210 function Substring(const Start, Stop: Integer): String;
232 function GetTokenType: Integer;
234 function GetLine: Integer;
236 function GetCharPositionInLine: Integer;
238 function GetChannel: Integer;
240 function GetTokenIndex: Integer;
242 function GetText: String;
292 function GetSourceName: String;
302 function NextToken: IToken;
317 function GetTokenSource: ITokenSource;
330 function LT(const K: Integer): IToken;
340 function Get(const I: Integer): IToken;
347 function ToString(const Start, Stop: Integer): String; overload;
355 function ToString(const Start, Stop: IToken): String; overload;
371 function GetP: Integer;
373 function GetLine: Integer;
375 function GetCharPositionInLine: Integer;
437 function GetIsNil: Boolean;
442 function BitSetOr(const A: IBitSet): IBitSet;
453 function Size: Integer;
454 function Member(const El: Integer): Boolean;
459 function NumBits: Integer;
464 function LengthInLongWords: Integer;
466 function ToArray: TIntegerArray;
467 function ToPackedArray: TUInt64Array;
469 function ToString: String; overload;
470 function ToString(const TokenNames: TStringArray): String; overload;
471 function Equals(Obj: TObject): Boolean;
491 function GetFollowing: TBitSetArray;
493 function GetFollowingStackPointer: Integer;
495 function GetErrorRecovery: Boolean;
497 function GetLastErrorIndex: Integer;
499 function GetFailed: Boolean;
501 function GetSyntaxErrors: Integer;
503 function GetBacktracking: Integer;
505 function GetRuleMemo: TDictionaryArray<Integer, Integer>;
506 function GetRuleMemoCount: Integer;
508 function GetToken: IToken;
510 function GetTokenStartCharIndex: Integer;
512 function GetTokenStartLine: Integer;
514 function GetTokenStartCharPositionInLine: Integer;
516 function GetChannel: Integer;
518 function GetTokenType: Integer;
520 function GetText: String;
633 function GetStartIndex: Integer;
635 function GetStopIndex: Integer;
637 function GetInputStream: ICharStream;
641 function ToString: String;
659 function GetTokenType: Integer;
661 function GetLine: Integer;
663 function GetCharPositionInLine: Integer;
665 function GetChannel: Integer;
667 function GetTokenIndex: Integer;
669 function GetText: String;
671 function GetInputStream: ICharStream;
693 function GetInput: IIntStream;
694 function GetBacktrackingLevel: Integer;
695 function GetState: IRecognizerSharedState;
696 function GetNumberOfSyntaxErrors: Integer;
697 function GetGrammarFileName: String;
698 function GetSourceName: String;
699 function GetTokenNames: TStringArray;
721 function Match(const Input: IIntStream; const TokenType: Integer;
724 function MismatchIsUnwantedToken(const Input: IIntStream;
727 function MismatchIsMissingToken(const Input: IIntStream;
780 function GetErrorMessage(const E: ERecognitionException;
786 function GetErrorHeader(const E: ERecognitionException): String;
797 function GetTokenErrorDisplay(const T: IToken): String;
814 function RecoverFromMismatchedSet(const Input: IIntStream;
833 //function GetRuleInvocationStack: IList<IANTLRInterface>; overload;
846 //function GetRuleInvocationStack(const E: Exception;
852 function ToStrings(const Tokens: IList<IToken>): IList<String>;
866 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer;
878 function AlreadyParsedRule(const Input: IIntStream;
893 function GetRuleMemoizationChaceSize: Integer;
965 function GetTokens: IList<IToken>; overload;
966 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload;
972 function GetTokens(const Start, Stop: Integer;
975 function GetTokens(const Start, Stop: Integer;
978 function GetTokens(const Start, Stop,
986 TSpecialStateTransitionHandler = function(const DFA: IDFA; S: Integer;
1010 function GetSpecialStateTransitionHandler: TSpecialStateTransitionHandler;
1021 function Predict(const Input: IIntStream): Integer;
1029 function SpecialStateTransition(const S: Integer; const Input: IIntStream): Integer;
1031 function Description: String;
1033 function SpecialTransition(const State, Symbol: Integer): Integer;
1048 function GetCharStream: ICharStream;
1050 function GetLine: Integer;
1051 function GetCharPositionInLine: Integer;
1052 function GetCharIndex: Integer;
1053 function GetText: String;
1061 function NextToken: IToken;
1092 function Emit: IToken; overload;
1107 function GetCharErrorDisplay(const C: Integer): String;
1144 function GetTokenStream: ITokenStream;
1163 function GetStart: IANTLRInterface;
1165 function GetStop: IANTLRInterface;
1167 function GetTree: IANTLRInterface;
1169 function GetTemplate: IANTLRInterface;
1337 function GetLastRewriteTokenIndex: Integer;
1339 function ToOriginalString: String; overload;
1340 function ToOriginalString(const Start, Stop: Integer): String; overload;
1342 function ToString(const ProgramName: String): String; overload;
1343 function ToString(const ProgramName: String;
1346 function ToDebugString: String; overload;
1347 function ToDebugString(const Start, Stop: Integer): String; overload;
1411 function GetUnexpectedType: Integer; virtual;
1477 function ToString: String; override;
1484 function GetUnexpectedToken: IToken;
1488 function ToString: String; override;
1498 function GetMissingType: Integer;
1503 function ToString: String; override;
1515 function ToString: String; override;
1529 function ToString: String; override;
1551 function ToString: String; override;
1559 function ToString: String; override;
1570 function ToString: String; override;
1583 function ToString: String; override;
1597 function GetP: Integer;
1599 function GetLine: Integer;
1601 function GetCharPositionInLine: Integer;
1649 function GetSourceName: String; virtual;
1652 function LA(I: Integer): Integer; virtual;
1653 function LAChar(I: Integer): Char;
1654 function Index: Integer;
1655 function Size: Integer;
1656 function Mark: Integer; virtual;
1665 function GetLine: Integer; virtual;
1667 function GetCharPositionInLine: Integer; virtual;
1669 function LT(const I: Integer): Integer; virtual;
1670 function Substring(const Start, Stop: Integer): String; virtual;
1701 function GetSourceName: String; override;
1736 class function WordNumber(const Bit: Integer): Integer; static;
1737 class function BitMask(const BitNumber: Integer): UInt64; static;
1738 class function NumWordsToHold(const El: Integer): Integer; static;
1741 function Clone: IANTLRInterface; virtual;
1744 function GetIsNil: Boolean; virtual;
1745 function BitSetOr(const A: IBitSet): IBitSet; virtual;
1749 function Size: Integer; virtual;
1750 function Member(const El: Integer): Boolean; virtual;
1752 function NumBits: Integer; virtual;
1753 function LengthInLongWords: Integer; virtual;
1754 function ToArray: TIntegerArray; virtual;
1755 function ToPackedArray: TUInt64Array; virtual;
1756 function ToString(const TokenNames: TStringArray): String; reintroduce; overload; virtual;
1771 class function BitSetOf(const El: Integer): IBitSet; overload; static;
1772 class function BitSetOf(const A, B: Integer): IBitSet; overload; static;
1773 class function BitSetOf(const A, B, C: Integer): IBitSet; overload; static;
1774 class function BitSetOf(const A, B, C, D: Integer): IBitSet; overload; static;
1776 function ToString: String; overload; override;
1777 function Equals(Obj: TObject): Boolean; override;
1799 function GetFollowing: TBitSetArray;
1801 function GetFollowingStackPointer: Integer;
1803 function GetErrorRecovery: Boolean;
1805 function GetLastErrorIndex: Integer;
1807 function GetFailed: Boolean;
1809 function GetSyntaxErrors: Integer;
1811 function GetBacktracking: Integer;
1813 function GetRuleMemo: TDictionaryArray<Integer, Integer>;
1814 function GetRuleMemoCount: Integer;
1816 function GetToken: IToken;
1818 function GetTokenStartCharIndex: Integer;
1820 function GetTokenStartLine: Integer;
1822 function GetTokenStartCharPositionInLine: Integer;
1824 function GetChannel: Integer;
1826 function GetTokenType: Integer;
1828 function GetText: String;
1858 function GetTokenType: Integer; virtual;
1860 function GetLine: Integer; virtual;
1862 function GetCharPositionInLine: Integer; virtual;
1864 function GetChannel: Integer; virtual;
1866 function GetTokenIndex: Integer; virtual;
1868 function GetText: String; virtual;
1872 function GetStartIndex: Integer;
1874 function GetStopIndex: Integer;
1876 function GetInputStream: ICharStream;
1887 function ToString: String; override;
1902 function GetTokenType: Integer; virtual;
1904 function GetLine: Integer; virtual;
1906 function GetCharPositionInLine: Integer; virtual;
1908 function GetChannel: Integer; virtual;
1910 function GetTokenIndex: Integer; virtual;
1912 function GetText: String; virtual;
1914 function GetInputStream: ICharStream; virtual;
1923 function ToString: String; override;
2014 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; virtual;
2057 function RecoverFromMismatchedToken(const Input: IIntStream;
2081 function GetMissingSymbol(const Input: IIntStream;
2143 function ComputeContextSensitiveRuleFOLLOW: IBitSet; virtual;
2236 function ComputeErrorRecoverySet: IBitSet; virtual;
2238 function CombineFollows(const Exact: Boolean): IBitSet;
2241 function GetInput: IIntStream; virtual; abstract;
2242 function GetBacktrackingLevel: Integer;
2243 function GetState: IRecognizerSharedState;
2244 function GetNumberOfSyntaxErrors: Integer;
2245 function GetGrammarFileName: String; virtual;
2246 function GetSourceName: String; virtual; abstract;
2247 function GetTokenNames: TStringArray; virtual;
2252 function Match(const Input: IIntStream; const TokenType: Integer;
2254 function MismatchIsUnwantedToken(const Input: IIntStream;
2256 function MismatchIsMissingToken(const Input: IIntStream;
2264 function GetErrorMessage(const E: ERecognitionException;
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual;
2267 function GetTokenErrorDisplay(const T: IToken): String; virtual;
2270 function RecoverFromMismatchedSet(const Input: IIntStream;
2274 //function GetRuleInvocationStack: IList<IANTLRInterface>; overload; virtual;
2275 //function GetRuleInvocationStack(const E: Exception;
2277 function ToStrings(const Tokens: IList<IToken>): IList<String>; virtual;
2278 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; virtual;
2279 function AlreadyParsedRule(const Input: IIntStream;
2283 function GetRuleMemoizationChaceSize: Integer;
2333 function LB(const K: Integer): IToken; virtual;
2338 function SkipOffTokenChannels(const I: Integer): Integer; virtual;
2339 function SkipOffTokenChannelsReverse(const I: Integer): Integer; virtual;
2342 function GetSourceName: String; virtual;
2345 function LA(I: Integer): Integer; virtual;
2346 function LAChar(I: Integer): Char;
2347 function Mark: Integer; virtual;
2348 function Index: Integer; virtual;
2353 function Size: Integer; virtual;
2356 function GetTokenSource: ITokenSource; virtual;
2359 function LT(const K: Integer): IToken; virtual;
2360 function Get(const I: Integer): IToken; virtual;
2361 function ToString(const Start, Stop: Integer): String; reintroduce; overload; virtual;
2362 function ToString(const Start, Stop: IToken): String; reintroduce; overload; virtual;
2368 function GetTokens: IList<IToken>; overload;
2369 function GetTokens(const Start, Stop: Integer): IList<IToken>; overload;
2370 function GetTokens(const Start, Stop: Integer;
2372 function GetTokens(const Start, Stop: Integer;
2374 function GetTokens(const Start, Stop,
2386 function ToString: String; overload; override;
2401 function GetRecognizer: IBaseRecognizer;
2417 function GetSpecialStateTransitionHandler: TSpecialStateTransitionHandler;
2420 function Predict(const Input: IIntStream): Integer;
2422 function SpecialStateTransition(const S: Integer;
2424 function Description: String; virtual;
2425 function SpecialTransition(const State, Symbol: Integer): Integer;
2427 class function UnpackEncodedString(const EncodedString: String): TSmallintArray; static;
2428 class function UnpackEncodedStringArray(const EncodedStrings: TStringArray): TSmallintMatrix; overload; static;
2429 class function UnpackEncodedStringArray(const EncodedStrings: array of String): TSmallintMatrix; overload; static;
2430 class function UnpackEncodedStringToUnsignedChars(const EncodedString: String): TCharArray; static;
2442 function GetSourceName: String; override;
2443 function GetInput: IIntStream; override;
2446 function GetErrorMessage(const E: ERecognitionException;
2450 function GetCharStream: ICharStream; virtual;
2452 function GetLine: Integer; virtual;
2453 function GetCharPositionInLine: Integer; virtual;
2454 function GetCharIndex: Integer; virtual;
2455 function GetText: String; virtual;
2458 function NextToken: IToken; virtual;
2462 function Emit: IToken; overload; virtual;
2468 function GetCharErrorDisplay(const C: Integer): String;
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
2491 function GetMissingSymbol(const Input: IIntStream;
2494 function GetSourceName: String; override;
2495 function GetInput: IIntStream; override;
2498 function GetTokenStream: ITokenStream; virtual;
2512 function GetStart: IANTLRInterface; virtual;
2514 function GetStop: IANTLRInterface; virtual;
2516 function GetTree: IANTLRInterface; virtual;
2518 function GetTemplate: IANTLRInterface; virtual;
2527 function GetStart: IANTLRInterface; override;
2529 function GetStop: IANTLRInterface; override;
2545 function GetInstructionIndex: Integer;
2547 function GetIndex: Integer;
2549 function GetText: IANTLRInterface;
2551 function GetParent: ITokenRewriteStream;
2559 function Execute(const Buf: TStringBuilder): Integer;
2578 function GetInstructionIndex: Integer;
2580 function GetIndex: Integer;
2582 function GetText: IANTLRInterface;
2584 function GetParent: ITokenRewriteStream;
2587 function Execute(const Buf: TStringBuilder): Integer; virtual;
2596 function ToString: String; override;
2606 function Execute(const Buf: TStringBuilder): Integer; override;
2615 function GetLastIndex: Integer;
2627 function Execute(const Buf: TStringBuilder): Integer; override;
2630 function GetLastIndex: Integer;
2636 function ToString: String; override;
2645 function ToString: String; override;
2651 function Compare(const Left, Right: T): Integer; override;
2663 function InitializeProgram(const Name: String): IList<IRewriteOperation>;
2723 function GetLastRewriteTokenIndex: Integer; overload; virtual;
2725 function ToOriginalString: String; overload; virtual;
2726 function ToOriginalString(const Start, Stop: Integer): String; overload; virtual;
2728 function ToString(const ProgramName: String): String; overload; virtual;
2729 function ToString(const ProgramName: String;
2732 function ToDebugString: String; overload; virtual;
2733 function ToDebugString(const Start, Stop: Integer): String; overload; virtual;
2736 function ToString(const Start, Stop: Integer): String; overload; override;
2739 function GetProgram(const Name: String): IList<IRewriteOperation>; virtual;
2740 function GetLastRewriteTokenIndex(const ProgramName: String): Integer; overload; virtual;
2789 function ReduceToSingleOperationPerIndex(
2792 function GetKindOfOps(const Rewrites: IList<IRewriteOperation>;
2797 function GetKindOfOps(const Rewrites: IList<IRewriteOperation>;
2800 function CatOpText(const A, B: IANTLRInterface): IANTLRInterface;
2810 function ToString: String; overload; override;
2814 function Def(const X: IToken): IToken; overload;
2815 function Def(const X: IRuleReturnScope): IRuleReturnScope; overload;
2935 function ERecognitionException.GetUnexpectedType: Integer;
2960 function EMismatchedTokenException.ToString: String;
2969 function EUnwantedTokenException.GetUnexpectedToken: IToken;
2974 function EUnwantedTokenException.ToString: String;
2997 function EMissingTokenException.GetMissingType: Integer;
3002 function EMissingTokenException.ToString: String;
3023 function EMismatchedTreeNodeException.ToString: String;
3041 function ENoViableAltException.ToString: String;
3069 function EMismatchedSetException.ToString: String;
3077 function EMismatchedNotSetException.ToString: String;
3093 function EFailedPredicateException.ToString: String;
3108 function EMismatchedRangeException.ToString: String;
3116 function TCharStreamState.GetCharPositionInLine: Integer;
3121 function TCharStreamState.GetLine: Integer;
3126 function TCharStreamState.GetP: Integer;
3198 function TANTLRStringStream.GetCharPositionInLine: Integer;
3203 function TANTLRStringStream.GetLine: Integer;
3208 function TANTLRStringStream.GetSourceName: String;
3213 function TANTLRStringStream.Index: Integer;
3218 function TANTLRStringStream.LA(I: Integer): Integer;
3240 function TANTLRStringStream.LAChar(I: Integer): Char;
3245 function TANTLRStringStream.LT(const I: Integer): Integer;
3250 function TANTLRStringStream.Mark: Integer;
3330 function TANTLRStringStream.Size: Integer;
3335 function TANTLRStringStream.Substring(const Start, Stop: Integer): String;
3355 function TANTLRFileStream.GetSourceName: String;
3396 class function TBitSet.BitSetOf(const El: Integer): IBitSet;
3402 class function TBitSet.BitSetOf(const A, B: Integer): IBitSet;
3409 class function TBitSet.BitSetOf(const A, B, C: Integer): IBitSet;
3417 class function TBitSet.BitSetOf(const A, B, C, D: Integer): IBitSet;
3436 class function TBitSet.BitMask(const BitNumber: Integer): UInt64;
3444 function TBitSet.BitSetOr(const A: IBitSet): IBitSet;
3450 function TBitSet.Clone: IANTLRInterface;
3489 function TBitSet.Equals(Obj: TObject): Boolean;
3529 function TBitSet.GetIsNil: Boolean;
3550 function TBitSet.LengthInLongWords: Integer;
3555 function TBitSet.Member(const El: Integer): Boolean;
3571 function TBitSet.NumBits: Integer;
3576 class function TBitSet.NumWordsToHold(const El: Integer): Integer;
3607 function TBitSet.Size: Integer;
3627 function TBitSet.ToArray: TIntegerArray;
3643 function TBitSet.ToPackedArray: TUInt64Array;
3648 function TBitSet.ToString: String;
3653 function TBitSet.ToString(const TokenNames: TStringArray): String;
3683 class function TBitSet.WordNumber(const Bit: Integer): Integer;
3703 function TRecognizerSharedState.GetBacktracking: Integer;
3708 function TRecognizerSharedState.GetChannel: Integer;
3713 function TRecognizerSharedState.GetErrorRecovery: Boolean;
3718 function TRecognizerSharedState.GetFailed: Boolean;
3723 function TRecognizerSharedState.GetFollowing: TBitSetArray;
3728 function TRecognizerSharedState.GetFollowingStackPointer: Integer;
3733 function TRecognizerSharedState.GetLastErrorIndex: Integer;
3738 function TRecognizerSharedState.GetRuleMemo: TDictionaryArray<Integer, Integer>;
3743 function TRecognizerSharedState.GetRuleMemoCount: Integer;
3748 function TRecognizerSharedState.GetSyntaxErrors: Integer;
3753 function TRecognizerSharedState.GetText: String;
3758 function TRecognizerSharedState.GetToken: IToken;
3763 function TRecognizerSharedState.GetTokenStartCharIndex: Integer;
3768 function TRecognizerSharedState.GetTokenStartCharPositionInLine: Integer;
3773 function TRecognizerSharedState.GetTokenStartLine: Integer;
3778 function TRecognizerSharedState.GetTokenType: Integer;
3894 function TCommonToken.GetChannel: Integer;
3899 function TCommonToken.GetCharPositionInLine: Integer;
3904 function TCommonToken.GetInputStream: ICharStream;
3909 function TCommonToken.GetLine: Integer;
3914 function TCommonToken.GetStartIndex: Integer;
3919 function TCommonToken.GetStopIndex: Integer;
3924 function TCommonToken.GetText: String;
3935 function TCommonToken.GetTokenIndex: Integer;
3940 function TCommonToken.GetTokenType: Integer;
3996 function TCommonToken.ToString: String;
4071 function TClassicToken.GetChannel: Integer;
4076 function TClassicToken.GetCharPositionInLine: Integer;
4081 function TClassicToken.GetInputStream: ICharStream;
4087 function TClassicToken.GetLine: Integer;
4092 function TClassicToken.GetText: String;
4097 function TClassicToken.GetTokenIndex: Integer;
4102 function TClassicToken.GetTokenType: Integer;
4142 function TClassicToken.ToString: String;
4180 function TBaseRecognizer.AlreadyParsedRule(const Input: IIntStream;
4219 function TBaseRecognizer.CombineFollows(const Exact: Boolean): IBitSet;
4247 function TBaseRecognizer.ComputeContextSensitiveRuleFOLLOW: IBitSet;
4252 function TBaseRecognizer.ComputeErrorRecoverySet: IBitSet;
4307 function TBaseRecognizer.GetBacktrackingLevel: Integer;
4312 function TBaseRecognizer.GetCurrentInputSymbol(
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String;
4324 function TBaseRecognizer.GetErrorMessage(const E: ERecognitionException;
4414 function TBaseRecognizer.GetGrammarFileName: String;
4420 function TBaseRecognizer.GetMissingSymbol(const Input: IIntStream;
4428 function TBaseRecognizer.GetNumberOfSyntaxErrors: Integer;
4433 function TBaseRecognizer.GetRuleMemoization(const RuleIndex,
4448 function TBaseRecognizer.GetRuleMemoizationChaceSize: Integer;
4461 function TBaseRecognizer.GetState: IRecognizerSharedState;
4466 function TBaseRecognizer.GetTokenErrorDisplay(const T: IToken): String;
4482 function TBaseRecognizer.GetTokenNames: TStringArray;
4488 function TBaseRecognizer.Match(const Input: IIntStream;
4545 function TBaseRecognizer.MismatchIsMissingToken(const Input: IIntStream;
4581 function TBaseRecognizer.MismatchIsUnwantedToken(const Input: IIntStream;
4622 function TBaseRecognizer.RecoverFromMismatchedSet(const Input: IIntStream;
4639 function TBaseRecognizer.RecoverFromMismatchedToken(const Input: IIntStream;
4710 function TBaseRecognizer.ToStrings(const Tokens: IList<IToken>): IList<String>;
4820 function TCommonTokenStream.Get(const I: Integer): IToken;
4825 function TCommonTokenStream.GetSourceName: String;
4830 function TCommonTokenStream.GetTokens(const Start, Stop: Integer;
4836 function
4842 function TCommonTokenStream.GetTokens(const Start, Stop: Integer;
4868 function TCommonTokenStream.GetTokens: IList<IToken>;
4875 function TCommonTokenStream.GetTokens(const Start,
4881 function TCommonTokenStream.GetTokenSource: ITokenSource;
4886 function TCommonTokenStream.Index: Integer;
4891 function TCommonTokenStream.LA(I: Integer): Integer;
4896 function TCommonTokenStream.LAChar(I: Integer): Char;
4901 function TCommonTokenStream.LB(const K: Integer): IToken;
4930 function TCommonTokenStream.LT(const K: Integer): IToken;
4962 function TCommonTokenStream.Mark: Integer;
5011 function TCommonTokenStream.Size: Integer;
5016 function TCommonTokenStream.SkipOffTokenChannels(const I: Integer): Integer;
5026 function TCommonTokenStream.SkipOffTokenChannelsReverse(
5034 function TCommonTokenStream.ToString: String;
5041 function TCommonTokenStream.ToString(const Start, Stop: Integer): String;
5071 function TCommonTokenStream.ToString(const Start, Stop: IToken): String;
5099 function TDFA.Description: String;
5109 function TDFA.GetRecognizer: IBaseRecognizer;
5114 function TDFA.GetSpecialStateTransitionHandler: TSpecialStateTransitionHandler;
5133 function TDFA.Predict(const Input: IIntStream): Integer;
5229 function TDFA.SpecialStateTransition(const S: Integer;
5236 function TDFA.SpecialTransition(const State, Symbol: Integer): Integer;
5241 class function TDFA.UnpackEncodedString(
5272 class function TDFA.UnpackEncodedStringArray(
5282 class function TDFA.UnpackEncodedStringArray(
5292 class function TDFA.UnpackEncodedStringToUnsignedChars(
5343 function TLexer.Emit: 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;
5521 function TLexer.NextToken: IToken;
5638 function TParser.GetCurrentInputSymbol(
5644 function TParser.GetInput: IIntStream;
5649 function TParser.GetMissingSymbol(const Input: IIntStream;
5671 function TParser.GetSourceName: String;
5676 function TParser.GetTokenStream: ITokenStream;
5707 function TRuleReturnScope.GetStart: IANTLRInterface;
5712 function TRuleReturnScope.GetStop: IANTLRInterface;
5717 function TRuleReturnScope.GetTemplate: IANTLRInterface;
5722 function TRuleReturnScope.GetTree: IANTLRInterface;
5744 function TParserRuleReturnScope.GetStart: IANTLRInterface;
5749 function TParserRuleReturnScope.GetStop: IANTLRInterface;
5799 function TTokenRewriteStream.CatOpText(const A, B: IANTLRInterface): IANTLRInterface;
5855 function TTokenRewriteStream.GetLastRewriteTokenIndex: Integer;
5860 function TTokenRewriteStream.GetKindOfOps(
5867 function TTokenRewriteStream.GetKindOfOps(
5886 function TTokenRewriteStream.GetLastRewriteTokenIndex(
5893 function TTokenRewriteStream.GetProgram(
5921 function TTokenRewriteStream.InitializeProgram(
6004 function TTokenRewriteStream.ReduceToSingleOperationPerIndex(
6148 function TTokenRewriteStream.ToDebugString: String;
6153 function TTokenRewriteStream.ToDebugString(const Start, Stop: Integer): String;
6168 function TTokenRewriteStream.ToOriginalString: String;
6173 function TTokenRewriteStream.ToOriginalString(const Start,
6190 function TTokenRewriteStream.ToString: String;
6195 function TTokenRewriteStream.ToString(const ProgramName: String): String;
6200 function TTokenRewriteStream.ToString(const ProgramName: String; const Start,
6267 function TTokenRewriteStream.ToString(const Start, Stop: Integer): String;
6405 function TTokenRewriteStream.TRewriteOperation.Execute(
6411 function TTokenRewriteStream.TRewriteOperation.GetIndex: Integer;
6416 function TTokenRewriteStream.TRewriteOperation.GetInstructionIndex: Integer;
6421 function TTokenRewriteStream.TRewriteOperation.GetParent: ITokenRewriteStream;
6426 function TTokenRewriteStream.TRewriteOperation.GetText: IANTLRInterface;
6454 function TTokenRewriteStream.TRewriteOperation.ToString: String;
6468 function TTokenRewriteStream.TRewriteOpComparer<T>.Compare(const Left,
6482 function TTokenRewriteStream.TInsertBeforeOp.Execute(
6499 function TTokenRewriteStream.TReplaceOp.Execute(
6507 function TTokenRewriteStream.TReplaceOp.GetLastIndex: Integer;
6517 function TTokenRewriteStream.TReplaceOp.ToString: String;
6525 function TTokenRewriteStream.TDeleteOp.ToString: String;
6536 function Def(const X: IToken): IToken; overload;
6548 function Def(const X: IRuleReturnScope): IRuleReturnScope;