MCPcopy Create free account
hub / github.com/antlr/codebuff / getChildCount

Method getChildCount

output/java/1.4.17/JTreeSTModel.java:87–91  ·  view source on GitHub ↗
(Object parent)

Source from the content-addressed store, hash-verified

85 }
86
87 @Override
88 public int getChildCount(Object parent) {
89 EvalTemplateEvent e = ((Wrapper)parent).event;
90 return e.scope.childEvalTemplateEvents.size();
91 }
92
93 @Override
94 public int getIndexOfChild(Object parent, Object child) {

Callers 6

isLeafMethod · 0.95
getParentClosureMethod · 0.45
getChildIndexMethod · 0.45
enterEveryRuleMethod · 0.45
indexOfMethod · 0.45

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected