MCPcopy Index your code
hub / github.com/beanshell/beanshell / jjtGetNumChildren

Method jjtGetNumChildren

src/bsh/Node.java:72–72  ·  view source on GitHub ↗

Return the number of children the node has.

()

Source from the content-addressed store, hash-verified

70 Return the number of children the node has.
71*/
72 public int jjtGetNumChildren();
73}
74

Callers 15

evalMethod · 0.65
generateClassMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
getConstructorArgsMethod · 0.65
evalBlockMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
getArgumentsMethod · 0.65
getTypeDescriptorMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65

Implementers 1

SimpleNodesrc/bsh/SimpleNode.java

Calls

no outgoing calls

Tested by

no test coverage detected