MCPcopy Create free account
hub / github.com/chibash/stone / numChildren

Method numChildren

src/stone/ast/ASTree.java:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4public abstract class ASTree implements Iterable<ASTree> {
5 public abstract ASTree child(int i);
6 public abstract int numChildren();
7 public abstract Iterator<ASTree> children();
8 public abstract String location();
9 public Iterator<ASTree> iterator() { return children(); }

Callers 13

parseMethod · 0.95
sizeMethod · 0.45
elseBlockMethod · 0.45
superClassMethod · 0.45
bodyMethod · 0.45
typeMethod · 0.45
sizeMethod · 0.45
sizeMethod · 0.45
postfixMethod · 0.45
hasPostfixMethod · 0.45
evalMethod · 0.45
evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected