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

Method setRightTree

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

@param r the ParameterTree to add as the right sub tree

(final ParameterTree r)

Source from the content-addressed store, hash-verified

312 * @param r the ParameterTree to add as the right sub tree
313 */
314 public void setRightTree(final ParameterTree r)
315 {
316 right = r;
317 }
318
319 @Override
320 public String toString()

Callers 3

convertParamsMethod · 0.95
makeTreeMethod · 0.95
toTreeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected