Package | Description |
---|---|
com.espertech.esper.epl.expression.dot |
Chained expression functionality.
|
Modifier and Type | Method and Description |
---|---|
static CodegenExpression |
ExprDotMethodForgeDuckEval.codegen(ExprDotMethodForgeDuck forge,
CodegenExpression inner,
java.lang.Class innerType,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static net.sf.cglib.reflect.FastMethod |
ExprDotMethodForgeDuckEval.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 |
ExprDotMethodForgeDuckEval.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
|