Home
last modified time | relevance | path

Searched refs:IsNil (Results 1 – 25 of 33) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs123 public virtual bool IsNil property in Antlr.Runtime.Tree.BaseTree
207 if ( t.IsNil ) in AddChild()
276 if ( t.IsNil ) in SetChild()
338 if ( newTree.IsNil ) in ReplaceChildren()
503 if ( !IsNil ) in ToStringTree()
518 if ( !IsNil ) in ToStringTree()
DBaseTreeAdaptor.cs82 public virtual bool IsNil( object tree ) in IsNil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
84 return ( (ITree)tree ).IsNil; in IsNil()
197 if ( newRootTree.IsNil ) in BecomeRoot()
220 if ( r != null && r.IsNil ) in RulePostProcessing()
DCommonTree.cs120 public override bool IsNil property in Antlr.Runtime.Tree.CommonTree
284 if (IsNil) in ToString()
DITree.cs118 bool IsNil property
DTreeVisitor.cs63 bool isNil = adaptor.IsNil( t ); in Visit()
DRewriteRuleSubtreeStream.cs87 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
DCommonErrorNode.cs66 public override bool IsNil property in Antlr.Runtime.Tree.CommonErrorNode
DITreeAdaptor.cs156 bool IsNil( object tree ); in IsNil() method
DCommonTreeNodeStream.cs170 if ( _level == 0 && TreeAdaptor.IsNil( t ) ) in NextElement()
DTreeWizard.cs324 tpattern.IsNil || in Find()
422 tpattern.IsNil || in Visit()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs103 public virtual bool IsNil { property in Antlr.Runtime.Tree.BaseTree
174 if (t.IsNil) { in AddChild()
230 if (t.IsNil) { in SetChild()
287 if (newTree.IsNil) { in ReplaceChildren()
420 if (!IsNil) { in ToStringTree()
432 if (!IsNil) { in ToStringTree()
DBaseTreeAdaptor.cs77 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Tree.BaseTreeAdaptor
78 return ((ITree)tree).IsNil; in IsNil()
161 if (newRootTree.IsNil) { in BecomeRoot()
181 if (r != null && r.IsNil) { in RulePostProcessing()
DCommonTree.cs105 public override bool IsNil { property in Antlr.Runtime.Tree.CommonTree
215 if (IsNil) { in ToString()
DITree.cs113 bool IsNil { property
DTreeVisitor.cs61 bool isNil = adaptor.IsNil(t); in Visit()
DRewriteRuleSubtreeStream.cs80 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
DITreeAdaptor.cs100 bool IsNil(object tree); in IsNil() method
DCommonErrorNode.cs62 public override bool IsNil { property in Antlr.Runtime.Tree.CommonErrorNode
DCommonTreeNodeStream.cs147 if (_level == 0 && TreeAdaptor.IsNil(t)) { in NextElement()
DTreeWizard.cs283 tpattern.IsNil || in Find()
367 tpattern.IsNil || in Visit()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas111 function IsNil(const Tree: IANTLRInterface): Boolean; in IsNil() function
504 property IsNil: Boolean read GetIsNil; property
1276 function IsNil(const Tree: IANTLRInterface): Boolean; virtual; in IsNil() function
2141 if ChildTree.IsNil then // t is an empty node possibly with children
2294 if (NewTree.IsNil) then
2389 if T.IsNil then
2697 if (NewRootTree.IsNil) then
2835 function TBaseTreeAdaptor.IsNil(const Tree: IANTLRInterface): Boolean; in IsNil() function
2837 Result := (Tree as ITree).IsNil;
2846 if Assigned(R) and (R.IsNil) then
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs112 public virtual bool IsNil(object tree) { in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
113 return adaptor.IsNil(tree); in IsNil()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs145 public virtual bool IsNil( object tree ) in IsNil() method in Antlr.Runtime.Debug.DebugTreeAdaptor
147 return adaptor.IsNil( tree ); in IsNil()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs88 bool IsNil(T tree); in IsNil() method
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs248 public bool IsNil() { in IsNil() method in Antlr.Runtime.BitSet

12