public static class MemberOrderKeyFunDef.CalcImpl extends AbstractCalc
exp, type| Constructor and Description |
|---|
CalcImpl(Exp exp,
MemberCalc memberCalc)
Creates a Calc
|
| Modifier and Type | Method and Description |
|---|---|
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, unwrappublic CalcImpl(Exp exp, MemberCalc memberCalc)
exp - Source expressionmemberCalc - Compiled expression to calculate memberpublic OrderKey evaluate(Evaluator evaluator)
Calcevaluator - Provides dimensional context in which to evaluate
this expressionprotected String getName()
AbstractCalcThe 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 AbstractCalcCopyright © 2021 Hitachi Vantara. All rights reserved.