/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeIterator.cs | 117 … adaptor.GetChildIndex(tree) + 1 >= adaptor.GetChildCount(parent)) { in MoveNext() 131 int nextSiblingIndex = adaptor.GetChildIndex(tree) + 1; in MoveNext()
|
D | BaseTreeAdaptor.cs | 97 SetChildIndex(newTree, GetChildIndex(t)); // same index in new tree in DupTree() 313 public abstract int GetChildIndex(object t); in GetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | ITreeAdaptor.cs | 309 int GetChildIndex(object t); in GetChildIndex() method
|
D | CommonTreeAdaptor.cs | 200 public override int GetChildIndex(object t) { in GetChildIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeIterator.cs | 138 … adaptor.GetChildIndex( tree ) + 1 >= adaptor.GetChildCount( parent ) ) in MoveNext() 156 int nextSiblingIndex = adaptor.GetChildIndex( tree ) + 1; in MoveNext()
|
D | BaseTreeAdaptor.cs | 128 SetChildIndex( newTree, GetChildIndex( t ) ); // same index in new tree in DupTree() 478 public virtual int GetChildIndex(object t) in GetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
|
D | ITreeAdaptor.cs | 329 int GetChildIndex( object t ); in GetChildIndex() method
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 225 public virtual int GetChildIndex(object t) { in GetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor 226 return adaptor.GetChildIndex(t); in GetChildIndex()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 290 public virtual int GetChildIndex( object t ) in GetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor 292 return adaptor.GetChildIndex( t ); in GetChildIndex()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 316 function GetChildIndex(const T: IANTLRInterface): Integer; 444 function GetChildIndex: Integer; in GetChildIndex() function 498 property ChildIndex: Integer read GetChildIndex write SetChildIndex; 539 function GetChildIndex: Integer; in GetChildIndex() function 581 property ChildIndex: Integer read GetChildIndex write SetChildIndex; 1140 function GetChildIndex: Integer; virtual; 1223 function GetChildIndex: Integer; override; in GetChildIndex() function 1301 function GetChildIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetChildIndex() function 1330 function GetChildIndex(const T: IANTLRInterface): Integer; override; in GetChildIndex() function 2252 function TBaseTree.GetChildIndex: Integer; in GetChildIndex() function [all …]
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 297 int GetChildIndex(T t); in GetChildIndex() method
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | AST.stg | 198 …eChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adaptor.GetChildIn…
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | AST.stg | 200 …eChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adaptor.GetChildIn…
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | AST.stg | 224 adaptor.GetChildIndex(retval.Start), 225 adaptor.GetChildIndex(_last),
|