Home
last modified time | relevance | path

Searched defs:GetTokenStopIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas283 function GetTokenStopIndex(const T: IANTLRInterface): Integer; in GetTokenStopIndex() function
453 function GetTokenStopIndex: Integer; in GetTokenStopIndex() function
546 function GetTokenStopIndex: Integer; in GetTokenStopIndex() function
1146 function GetTokenStopIndex: Integer; virtual; abstract; in GetTokenStopIndex() function
1221 function GetTokenStopIndex: Integer; override; in GetTokenStopIndex() function
1294 function GetTokenStopIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetTokenStopIndex() function
1322 function GetTokenStopIndex(const T: IANTLRInterface): Integer; override; in GetTokenStopIndex() function
1471 function GetTokenStopIndex: Integer; override; in GetTokenStopIndex() function
2551 function TCommonTree.GetTokenStopIndex: Integer; in GetTokenStopIndex() function
2970 function TCommonTreeAdaptor.GetTokenStopIndex( in TCommonTreeAdaptor.GetTokenStopIndex() function
[all …]
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs140 public override int GetTokenStopIndex(object t) { in GetTokenStopIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
H A DITreeAdaptor.cs275 int GetTokenStopIndex(object t); in GetTokenStopIndex() method
H A DBaseTreeAdaptor.cs310 public abstract int GetTokenStopIndex(object t); in GetTokenStopIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs197 public virtual int GetTokenStopIndex(object t) { in GetTokenStopIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor