org.jfree.formula.lvalues
public class PrefixTerm extends AbstractLValue
Constructor Summary | |
---|---|
PrefixTerm(PrefixOperator operator, LValue value) |
Method Summary | |
---|---|
Object | clone() |
TypeValuePair | evaluate() |
LValue[] | getChildValues()
Returns any dependent lvalues (parameters and operands, mostly).
|
PrefixOperator | getOperator() |
LValue | getValue() |
boolean | isConstant()
Checks, whether the LValue is constant. |
String | toString() |
Returns:
Returns: