public class DTLocalBeanCalOpsForge extends Object implements DTLocalForge
Modifier and Type | Field and Description |
---|---|
protected EventPropertyGetterSPI |
getter |
protected Class |
getterReturnType |
protected DTLocalForge |
inner |
protected Class |
innerReturnType |
Constructor and Description |
---|
DTLocalBeanCalOpsForge(EventPropertyGetterSPI getter,
Class getterReturnType,
DTLocalForge inner,
Class innerReturnType) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(CodegenExpression inner,
Class innerType,
CodegenParamSetExprPremade params,
CodegenContext context) |
DTLocalEvaluator |
getDTEvaluator() |
protected final EventPropertyGetterSPI getter
protected final Class getterReturnType
protected final DTLocalForge inner
protected final Class innerReturnType
public DTLocalBeanCalOpsForge(EventPropertyGetterSPI getter, Class getterReturnType, DTLocalForge inner, Class innerReturnType)
public DTLocalEvaluator getDTEvaluator()
getDTEvaluator
in interface DTLocalForge
public CodegenExpression codegen(CodegenExpression inner, Class innerType, CodegenParamSetExprPremade params, CodegenContext context)
codegen
in interface DTLocalForge