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

Method jjtGetChild

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

This method returns a child node. The children are numbered from zero, left to right.

(int i)

Source from the content-addressed store, hash-verified

65 from zero, left to right.
66*/
67 public Node jjtGetChild(int i);
68
69/**
70 Return the number of children the node has.

Callers 15

evalMethod · 0.65
evalMethod · 0.65
generateClassMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
getConstructorArgsMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
evalMethod · 0.65
evalBlockMethod · 0.65
evalMethod · 0.65

Implementers 1

SimpleNodesrc/bsh/SimpleNode.java

Calls

no outgoing calls

Tested by

no test coverage detected