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

Method resolveStatic

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

Resolves the static formula relative to the given source object. If this method is called on a Formula for which isStatic is false, then this method reserves the right to throw an exception of some form. @return The Number indicating the result of the (static) Formula.

()

Source from the content-addressed store, hash-verified

56 * @return The Number indicating the result of the (static) Formula.
57 */
58 public Number resolveStatic();
59
60 /**
61 * Resolves the formula relative to the given Equipment, EquipmentHead,

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

no test coverage detected