Lines Matching refs:override
624 /// You can set the text for the current token to override what is in
715 /// recovery, override MismatchRecover() and have it call
751 /// If you override, make sure to update syntaxErrors if you care about that.
774 /// For grammar debugging, you will want to override this to add more information
778 /// Override this to change the message generated for one or more exception types.
791 /// want to have a lot of information spit out. Override in that case
793 override a method in
800 /// Override this method to change where error messages go
824 /// leading up to a call to this method. You could override if
1076 /// for efficiency reasons. Subclass and override this method and
1085 /// char buffer start..stop. If there is a text override in 'text',
1088 /// <remarks><para>Override this method to emit custom Token objects.</para>
1089 /// <para>If you are building trees, then you should also override
1128 /// text override.
1368 /// override methods mismatch and recoverFromMismatchSet.
1477 function ToString: String; override;
1488 function ToString: String; override;
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;
1692 destructor Destroy; override;
1701 function GetSourceName: String; override;
1776 function ToString: String; overload; override;
1777 function Equals(Obj: TObject): Boolean; override;
1887 function ToString: String; override;
1923 function ToString: String; override;
2018 /// differently. Override and call MismatchRecover(input, ttype, follow)
2020 /// single token insertion and deletion. Override mismatchRecover
2079 /// override this method to create the appropriate tokens.
2305 /// <summary><![CDATA[Map<tokentype, channel>]]> to override some Tokens' channel numbers </summary>
2386 function ToString: String; overload; override;
2442 function GetSourceName: String; override;
2443 function GetInput: IIntStream; override;
2444 procedure Reset; override;
2445 procedure ReportError(const E: ERecognitionException); override;
2447 const TokenNames: TStringArray): String; override;
2489 procedure Reset; override;
2490 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
2493 const Follow: IBitSet): IANTLRInterface; override;
2494 function GetSourceName: String; override;
2495 function GetInput: IIntStream; override;
2527 function GetStart: IANTLRInterface; override;
2528 procedure SetStart(const Value: IANTLRInterface); override;
2529 function GetStop: IANTLRInterface; override;
2530 procedure SetStop(const Value: IANTLRInterface); override;
2596 function ToString: String; override;
2606 function Execute(const Buf: TStringBuilder): Integer; override;
2627 function Execute(const Buf: TStringBuilder): Integer; override;
2636 function ToString: String; override;
2645 function ToString: String; override;
2651 function Compare(const Left, Right: T): Integer; override;
2736 function ToString(const Start, Stop: Integer): String; overload; override;
2810 function ToString: String; overload; override;
3977 (* Override the text for this token. The property getter
4795 // is there a channel override for token type?