Home
last modified time | relevance | path

Searched defs:GetChildCount (Results 1 – 9 of 9) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeAdaptor.cs181 public override int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.CommonTreeAdaptor
DITreeAdaptor.cs292 int GetChildCount(object t); in GetChildCount() method
DBaseTreeAdaptor.cs251 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs280 int GetChildCount(T t); in GetChildCount() method
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs312 int GetChildCount( object t ); in GetChildCount() method
DBaseTreeAdaptor.cs332 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs213 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas441 function GetChildCount: Integer; in GetChildCount() function
1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; in GetChildCount() function
1327 function GetChildCount(const T: IANTLRInterface): Integer; override; in GetChildCount() function
2244 function TBaseTree.GetChildCount: Integer; in GetChildCount() function
2803 function TBaseTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function
2916 function TCommonTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs275 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor