Searched defs:DeleteChild (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs97 object DeleteChild(int i); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs241 public virtual object DeleteChild(int i) { method in class:Antlr.Runtime.Tree.BaseTree
H A DBaseTreeAdaptor.cs247 public virtual object DeleteChild(object t, int i) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
248 return ((ITree)t).DeleteChild(i);
H A DITreeAdaptor.cs289 object DeleteChild(object t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs289 public virtual object DeleteChild( int i ) method in class:Antlr.Runtime.Tree.BaseTree
H A DITree.cs102 object DeleteChild( int i ); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs327 public virtual object DeleteChild( object t, int i ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
329 return ( (ITree)t ).DeleteChild( i );
H A DITreeAdaptor.cs309 object DeleteChild( object t, int i ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs209 public virtual object DeleteChild(object t, int i) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
210 return DeleteChild(t, i);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs270 public virtual object DeleteChild( object t, int i ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
272 return DeleteChild( t, i );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs277 T DeleteChild(T t, int i); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/tinyxml2/
H A Dtinyxml2.cpp600 void XMLNode::DeleteChild( XMLNode* node ) function in class:XMLNode
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas294 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
473 function DeleteChild(const I: Integer): IANTLRInterface;
1156 function DeleteChild(const I: Integer): IANTLRInterface;
1297 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; function
2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface;
2756 function TBaseTreeAdaptor.DeleteChild(const T: IANTLRInterface;
2759 Result := (T as ITree).DeleteChild(I);

Completed in 353 milliseconds