Uses of Class
com.espertech.esper.common.internal.epl.expression.codegen.StaticMethodCodegenArgDesc
-
Uses of StaticMethodCodegenArgDesc in com.espertech.esper.common.internal.epl.expression.codegen
Modifier and TypeMethodDescriptionstatic StaticMethodCodegenArgDesc[]
StaticMethodCallHelper.allArgumentExpressions
(ExprForge[] forges, Method method, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope) Modifier and TypeMethodDescriptionstatic void
StaticMethodCallHelper.appendArgExpressions
(StaticMethodCodegenArgDesc[] args, CodegenBlock block) static void
StaticMethodCallHelper.appendCatch
(CodegenBlock tryBlock, Method reflectionMethod, String statementName, String classOrPropertyName, boolean rethrow, StaticMethodCodegenArgDesc[] args) static CodegenExpression
StaticMethodCallHelper.codegenInvokeExpression
(ValueAndFieldDesc optionalTargetObject, Method reflectionMethod, StaticMethodCodegenArgDesc[] args, CodegenClassScope codegenClassScope)