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

Method getLeftTree

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

@return the left subtree

()

Source from the content-addressed store, hash-verified

288 * @return the left subtree
289 */
290 public ParameterTree getLeftTree()
291 {
292 return left;
293 }
294
295 /**
296 * @param l the ParameterTree to add as the left 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