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.
()
| 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, |
no outgoing calls
no test coverage detected