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

Method size

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

Source from the content-addressed store, hash-verified

4public class Arguments extends Postfix {
5 public Arguments(List<ASTree> c) { super(c); }
6 public int size() { return numChildren(); }
7}

Callers 5

fillQueueMethod · 0.45
make0Method · 0.45
matchMethod · 0.45
createMethod · 0.45
numChildrenMethod · 0.45

Calls 1

numChildrenMethod · 0.45

Tested by

no test coverage detected