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

Method jjtGetChild

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

Source from the content-addressed store, hash-verified

93 }
94
95 public Node jjtGetChild(int i) {
96 return children[i];
97 }
98 public SimpleNode getChild( int i ) {
99 return (SimpleNode)jjtGetChild(i);
100 }

Callers 2

getConstructorArgsMethod · 0.95
getChildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected