public class ExprDotMethodForgeDuckEval extends java.lang.Object implements ExprDotEval
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
codegen(ExprDotMethodForgeDuck forge,
CodegenExpression inner,
java.lang.Class innerType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static net.sf.cglib.reflect.FastMethod |
dotMethodDuckGetMethod(java.lang.Class targetClass,
java.util.Map<java.lang.Class,net.sf.cglib.reflect.FastMethod> cache,
ExprDotMethodForgeDuck forge)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static java.lang.Object |
dotMethodDuckInvokeMethod(net.sf.cglib.reflect.FastMethod method,
java.lang.Object target,
java.lang.Object[] args,
ExprDotMethodForgeDuck forge)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
java.lang.Object |
evaluate(java.lang.Object target,
EventBean[] eventsPerStream,
boolean isNewData,
ExprEvaluatorContext exprEvaluatorContext) |
ExprDotForge |
getDotForge() |
EPType |
getTypeInfo() |
public java.lang.Object evaluate(java.lang.Object target, EventBean[] eventsPerStream, boolean isNewData, ExprEvaluatorContext exprEvaluatorContext)
evaluate
in interface ExprDotEval
public static CodegenExpression codegen(ExprDotMethodForgeDuck forge, CodegenExpression inner, java.lang.Class innerType, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
public static net.sf.cglib.reflect.FastMethod dotMethodDuckGetMethod(java.lang.Class targetClass, java.util.Map<java.lang.Class,net.sf.cglib.reflect.FastMethod> cache, ExprDotMethodForgeDuck forge)
targetClass
- targetcache
- cacheforge
- forgepublic static java.lang.Object dotMethodDuckInvokeMethod(net.sf.cglib.reflect.FastMethod method, java.lang.Object target, java.lang.Object[] args, ExprDotMethodForgeDuck forge)
method
- methodtarget
- targetargs
- argsforge
- forgepublic EPType getTypeInfo()
public ExprDotForge getDotForge()
getDotForge
in interface ExprDotEval