Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testParameterTree
Method · 0.95
testMakeTree4
Method · 0.95
testMakeTree5
Method · 0.95
testMakeTree6
Method · 0.95
testMakeTree7
Method · 0.95
testMakeTree8
Method · 0.95
testMakeTree9
Method · 0.95
makeTree
Method · 0.95
doFilterP
Method · 0.80
Calls
no outgoing calls
Tested by
7
testParameterTree
Method · 0.76
testMakeTree4
Method · 0.76
testMakeTree5
Method · 0.76
testMakeTree6
Method · 0.76
testMakeTree7
Method · 0.76
testMakeTree8
Method · 0.76
testMakeTree9
Method · 0.76