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

Method jjtAddChild

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

This method tells the node to add its argument to the node's list of children.

(Node n, int i)

Source from the content-addressed store, hash-verified

59 list of children.
60*/
61 public void jjtAddChild(Node n, int i);
62
63/**
64 This method returns a child node. The children are numbered

Callers 1

closeNodeScopeMethod · 0.65

Implementers 1

SimpleNodesrc/bsh/SimpleNode.java

Calls

no outgoing calls

Tested by

no test coverage detected