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

Method jjtSetParent

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

This pair of methods are used to inform the node of its parent.

(Node n)

Source from the content-addressed store, hash-verified

52 parent.
53*/
54 public void jjtSetParent(Node n);
55 public Node jjtGetParent();
56
57/**

Callers 1

closeNodeScopeMethod · 0.95

Implementers 1

SimpleNodesrc/bsh/SimpleNode.java

Calls

no outgoing calls

Tested by

no test coverage detected