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

Lines Matching refs:override

71     /// This is the most common create call. Override if you want another kind of node to be built.
76 /// <remarks> Override if you want another kind of node to be built.</remarks>
651 /// override this method and any other createToken variant.
668 /// override this method and any other createToken variant.
677 /// objects, you need to override this and then set the parser tree adaptor to
680 /// To get your parser to build nodes of a different type, override
1172 /// <summary>Override in a subclass to change the impl of children list </summary>
1184 function ToString: String; override; abstract;
1214 function GetIsNil: Boolean; override;
1215 function GetTokenType: Integer; override;
1216 function GetText: String; override;
1217 function GetLine: Integer; override;
1218 function GetCharPositionInLine: Integer; override;
1219 function GetTokenStartIndex: Integer; override;
1220 procedure SetTokenStartIndex(const Value: Integer); override;
1221 override;
1222 procedure SetTokenStopIndex(const Value: Integer); override;
1223 function GetChildIndex: Integer; override;
1224 procedure SetChildIndex(const Value: Integer); override;
1225 function GetParent: ITree; override;
1226 procedure SetParent(const Value: ITree); override;
1227 function DupNode: ITree; override;
1240 function ToString: String; override;
1251 function GetIsNil: Boolean; override;
1252 function GetTokenType: Integer; override;
1253 function GetText: String; override;
1258 function ToString: String; override;
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override;
1318 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override;
1320 StopToken: IToken); override;
1321 function GetTokenStartIndex(const T: IANTLRInterface): Integer; override;
1322 function GetTokenStopIndex(const T: IANTLRInterface): Integer; override;
1323 function GetNodeText(const T: IANTLRInterface): String; override;
1324 function GetToken(const TreeNode: IANTLRInterface): IToken; override;
1325 function GetNodeType(const T: IANTLRInterface): Integer; override;
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override;
1327 function GetChildCount(const T: IANTLRInterface): Integer; override;
1328 function GetParent(const T: IANTLRInterface): IANTLRInterface; override;
1329 procedure SetParent(const T, Parent: IANTLRInterface); override;
1330 function GetChildIndex(const T: IANTLRInterface): Integer; override;
1331 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer); override;
1333 StopChildIndex: Integer; const T: IANTLRInterface); override;
1336 function CreateToken(const TokenType: Integer; const Text: String): IToken; overload; override;
1337 function CreateToken(const FromToken: IToken): IToken; overload; override;
1458 function ToString: String; overload; override;
1467 function GetTokenType: Integer; override;
1468 function GetText: String; override;
1469 function GetTokenStartIndex: Integer; override;
1470 procedure SetTokenStartIndex(const Value: Integer); override;
1471 function GetTokenStopIndex: Integer; override;
1472 procedure SetTokenStopIndex(const Value: Integer); override;
1473 function DupNode: ITree; override;
1482 function ToString: String; override;
1568 function NextNode: IANTLRInterface; override;
1569 function ToTree(const El: IANTLRInterface): IANTLRInterface; override;
1605 function NextNode: IANTLRInterface; override;
1606 function NextTree: IANTLRInterface; override;
1612 function NextNode: IANTLRInterface; override;
1614 function ToTree(const El: IANTLRInterface): IANTLRInterface; override;
1628 function GetSourceName: String; override;
1629 procedure Reset; override;
1630 procedure MatchAny(const Input: IIntStream); override;
1631 function GetInput: IIntStream; override;
1632 function GetErrorHeader(const E: ERecognitionException): String; override;
1634 const TokenNames: TStringArray): String; override;
1643 function GetCurrentInputSymbol(const Input: IIntStream): IANTLRInterface; override;
1646 const Follow: IBitSet): IANTLRInterface; override;
1648 const Follow: IBitSet); override;
1694 destructor Destroy; override;
1743 function ToString: String; override;
1756 function CreateNode(const Payload: IToken): IANTLRInterface; overload; override;
1764 procedure Visit(const T: IANTLRInterface); override;
1864 function GetStart: IANTLRInterface; override;
1865 procedure SetStart(const Value: IANTLRInterface); override;
2107 function ToString: String; overload; override;