public abstract class AbstractComplexEvaluator extends Object implements ComplexEvaluator
getReturnType()
Constructor and Description |
---|
AbstractComplexEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
getComplexValue(de.jtem.mfc.field.Complex c)
Assigns
c the evaluated Complex value. |
Type |
getReturnType()
Returns
ComplexType.TYPE . |
public void getComplexValue(de.jtem.mfc.field.Complex c)
c
the evaluated Complex
value.getComplexValue
in interface ComplexEvaluator
c
- the Complex
value the evaluated value is to be
assigned to.public Type getReturnType()
ComplexType.TYPE
.getReturnType
in interface Evaluator
ComplexType.TYPE
.