Home
last modified time | relevance | path

Searched refs:GetChildIndex (Results 1 – 14 of 14) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeIterator.cs117 … adaptor.GetChildIndex(tree) + 1 >= adaptor.GetChildCount(parent)) { in MoveNext()
131 int nextSiblingIndex = adaptor.GetChildIndex(tree) + 1; in MoveNext()
DBaseTreeAdaptor.cs97 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
DITreeAdaptor.cs309 int GetChildIndex(object t); in GetChildIndex() method
DCommonTreeAdaptor.cs200 public override int GetChildIndex(object t) { in GetChildIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeIterator.cs138 … adaptor.GetChildIndex( tree ) + 1 >= adaptor.GetChildCount( parent ) ) in MoveNext()
156 int nextSiblingIndex = adaptor.GetChildIndex( tree ) + 1; in MoveNext()
DBaseTreeAdaptor.cs128 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
DITreeAdaptor.cs329 int GetChildIndex( object t ); in GetChildIndex() method
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs225 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/
DDebugTreeAdaptor.cs290 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/
DAntlr.Runtime.Tree.pas316 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/
DITreeAdaptor`1.cs297 int GetChildIndex(T t); in GetChildIndex() method
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DAST.stg198 …eChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adaptor.GetChildIn…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DAST.stg200 …eChildren(adaptor.GetParent(retval.Start), adaptor.GetChildIndex(retval.Start), adaptor.GetChildIn…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DAST.stg224 adaptor.GetChildIndex(retval.Start),
225 adaptor.GetChildIndex(_last),