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

Method isStatic

code/src/java/pcgen/base/formula/Formula.java:94–94  ·  view source on GitHub ↗

Returns true if the underlying Formula is known to be static. Implementation of this method may vary, and a static Formula may return true or false to this method. The only requirement is that if true is returned, then the Formula must be static. @return true if the underlying Formula is known to

()

Source from the content-addressed store, hash-verified

92 * otherwise
93 */
94 public boolean isStatic();
95
96 /**
97 * Returns true if the underlying Formula is valid. An invalid Formula may

Callers 15

parseTokenMethod · 0.95
processMethod · 0.95
processMethod · 0.95
parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95
parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95
parseNonEmptyTokenMethod · 0.95
unparseMethod · 0.95
parseNonEmptyTokenMethod · 0.95

Implementers 3

NumberFormulacode/src/java/pcgen/cdom/base/FormulaF
JEPFormulacode/src/java/pcgen/cdom/base/JEPFormu
FixedSizeFormulacode/src/java/pcgen/cdom/formula/Fixed

Calls

no outgoing calls

Tested by 12

testBasicMethod · 0.52
testDynamicMethod · 0.52
testBasicMethod · 0.52
testDynamicMethod · 0.52
testValidMethod · 0.52
testBasicMethod · 0.52
testDirectMethod · 0.52
testInDirectColumnMethod · 0.52
testNoColumnMethod · 0.52
testNoLookupMethod · 0.52
testLessThanMethod · 0.52