Searched defs:ChildIndex (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTree.cs97 public override int ChildIndex { property in class:Antlr.Runtime.Tree.CommonTree
H A DITree.cs79 int ChildIndex { property in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs95 public virtual int ChildIndex { property in class:Antlr.Runtime.Tree.BaseTree
193 c.ChildIndex = children.Count - 1;
209 t.ChildIndex = children.Count - 1;
238 t.ChildIndex = i;
311 child.ChildIndex = i;
355 child.ChildIndex = c;
368 if (i != this.ChildIndex) {
369 throw new InvalidOperationException("child indexes don't match; expected " + i + " found " + this.ChildIndex);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTree.cs107 public override int ChildIndex property in class:Antlr.Runtime.Tree.CommonTree
H A DBaseTree.cs112 public virtual int ChildIndex property in class:Antlr.Runtime.Tree.BaseTree
231 c.ChildIndex = Children.Count - 1;
252 t.ChildIndex = Children.Count - 1;
286 t.ChildIndex = i;
370 child.ChildIndex = i;
426 child.ChildIndex = c;
442 if ( i != this.ChildIndex )
444 throw new InvalidOperationException( "child indexes don't match; expected " + i + " found " + this.ChildIndex );
H A DITree.cs83 int ChildIndex property in interface:Antlr.Runtime.Tree.ITree

Completed in 111 milliseconds