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

Method isValid

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

Returns true if the underlying Formula is valid. An invalid Formula may return null or an Exception from either resolve method. (All other behavior is not well defined if the formula returns false from isValid()). @return true if the underlying Formula is valid; false otherwise

()

Source from the content-addressed store, hash-verified

102 * @return true if the underlying Formula is valid; false otherwise
103 */
104 public boolean isValid();
105
106}

Callers 15

parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseNonEmptyTokenMethod · 0.95
parseTokenMethod · 0.95
parseNonEmptyTokenMethod · 0.95
parseTokenMethod · 0.95
parseNonEmptyTokenMethod · 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 10

testBasicMethod · 0.52
testNoColumnMethod · 0.52
testNoLookupMethod · 0.52
parseForUnparseMethod · 0.52
buildChoiceMethod · 0.52
parseForUnparseMethod · 0.52
testUnparseComplexMethod · 0.52
buildChoiceMethod · 0.52
buildChoiceMethod · 0.52