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

Method aquire

code/src/java/pcgen/util/PjepPool.java:45–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 public synchronized PJEP aquire()
46 {
47 return aquire(null, "");
48 }
49
50 public synchronized PJEP aquire(final Object parent, String variableSource)
51 {

Callers 2

processJepFormulaMethod · 0.80
getCostFromPlusesMethod · 0.80

Calls 5

setVariableSourceMethod · 0.95
setParentMethod · 0.95
popMethod · 0.80
isEmptyMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected