/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 123 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()
|
D | BaseTreeAdaptor.cs | 82 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()
|
D | CommonTree.cs | 120 public override bool IsNil property in Antlr.Runtime.Tree.CommonTree 284 if (IsNil) in ToString()
|
D | ITree.cs | 118 bool IsNil property
|
D | TreeVisitor.cs | 63 bool isNil = adaptor.IsNil( t ); in Visit()
|
D | RewriteRuleSubtreeStream.cs | 87 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
|
D | CommonErrorNode.cs | 66 public override bool IsNil property in Antlr.Runtime.Tree.CommonErrorNode
|
D | ITreeAdaptor.cs | 156 bool IsNil( object tree ); in IsNil() method
|
D | CommonTreeNodeStream.cs | 170 if ( _level == 0 && TreeAdaptor.IsNil( t ) ) in NextElement()
|
D | TreeWizard.cs | 324 tpattern.IsNil || in Find() 422 tpattern.IsNil || in Visit()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 103 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()
|
D | BaseTreeAdaptor.cs | 77 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()
|
D | CommonTree.cs | 105 public override bool IsNil { property in Antlr.Runtime.Tree.CommonTree 215 if (IsNil) { in ToString()
|
D | ITree.cs | 113 bool IsNil { property
|
D | TreeVisitor.cs | 61 bool isNil = adaptor.IsNil(t); in Visit()
|
D | RewriteRuleSubtreeStream.cs | 80 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1) in NextNode()
|
D | ITreeAdaptor.cs | 100 bool IsNil(object tree); in IsNil() method
|
D | CommonErrorNode.cs | 62 public override bool IsNil { property in Antlr.Runtime.Tree.CommonErrorNode
|
D | CommonTreeNodeStream.cs | 147 if (_level == 0 && TreeAdaptor.IsNil(t)) { in NextElement()
|
D | TreeWizard.cs | 283 tpattern.IsNil || in Find() 367 tpattern.IsNil || in Visit()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 111 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/ |
D | DebugTreeAdaptor.cs | 112 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/ |
D | DebugTreeAdaptor.cs | 145 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/ |
D | ITreeAdaptor`1.cs | 88 bool IsNil(T tree); in IsNil() method
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 248 public bool IsNil() { in IsNil() method in Antlr.Runtime.BitSet
|