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

Method getRightTree

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

@return the right subtree

()

Source from the content-addressed store, hash-verified

304 * @return the right subtree
305 */
306 public ParameterTree getRightTree()
307 {
308 return right;
309 }
310
311 /**
312 * @param r the ParameterTree to add as the right sub tree

Callers 9

testParameterTreeMethod · 0.95
testMakeTree4Method · 0.95
testMakeTree5Method · 0.95
testMakeTree6Method · 0.95
testMakeTree7Method · 0.95
testMakeTree8Method · 0.95
testMakeTree9Method · 0.95
makeTreeMethod · 0.95
doFilterPMethod · 0.80

Calls

no outgoing calls

Tested by 7

testParameterTreeMethod · 0.76
testMakeTree4Method · 0.76
testMakeTree5Method · 0.76
testMakeTree6Method · 0.76
testMakeTree7Method · 0.76
testMakeTree8Method · 0.76
testMakeTree9Method · 0.76