MCPcopy Create free account
hub / github.com/beanshell/beanshell / getChild

Method getChild

src/bsh/SimpleNode.java:98–100  ·  view source on GitHub ↗
( int i )

Source from the content-addressed store, hash-verified

96 return children[i];
97 }
98 public SimpleNode getChild( int i ) {
99 return (SimpleNode)jjtGetChild(i);
100 }
101
102 public int jjtGetNumChildren() {
103 return (children == null) ? 0 : children.length;

Callers

nothing calls this directly

Calls 1

jjtGetChildMethod · 0.95

Tested by

no test coverage detected