public static class MemberOrderKeyFunDef.CalcImpl extends AbstractCalc
exp, type
Constructor and Description |
---|
CalcImpl(Exp exp,
MemberCalc memberCalc)
Creates a CalcImpl.
|
Modifier and Type | Method and Description |
---|---|
FunUtil.OrderKey |
evaluate(Evaluator evaluator)
Evaluates this expression.
|
protected String |
getName()
Returns the name of this expression type, used when serializing an
expression to a string.
|
accept, anyDepends, anyDependsButFirst, butDepends, collectArguments, dependsOn, getArguments, getCalcs, getResultStyle, getType, isWrapperFor, simplifyEvaluator, unwrap
public CalcImpl(Exp exp, MemberCalc memberCalc)
exp
- Source expressionmemberCalc
- Compiled expression to calculate memberpublic FunUtil.OrderKey evaluate(Evaluator evaluator)
Calc
evaluator
- Provides dimensional context in which to evaluate
this expressionprotected String getName()
AbstractCalc
The default implementation tries to extract a name from a function call, if any, then prints the last part of the class name.
getName
in class AbstractCalc
Copyright © 2020 Hitachi Vantara. All rights reserved.