MCPcopy Create free account
hub / github.com/PCGen/pcgen / setLeftTree

Method setLeftTree

code/src/java/pcgen/util/ParameterTree.java:298–301  ·  view source on GitHub ↗

@param l the ParameterTree to add as the left sub tree

(final ParameterTree l)

Source from the content-addressed store, hash-verified

296 * @param l the ParameterTree to add as the left sub tree
297 */
298 public void setLeftTree(final ParameterTree l)
299 {
300 left = l;
301 }
302
303 /**
304 * @return the right subtree

Callers 4

testParameterTreeMethod · 0.95
convertParamsMethod · 0.95
makeTreeMethod · 0.95
toTreeMethod · 0.95

Calls

no outgoing calls

Tested by 1

testParameterTreeMethod · 0.76