public class StaticMethodCallHelper extends Object
Constructor and Description |
---|
StaticMethodCallHelper() |
Modifier and Type | Method and Description |
---|---|
static StaticMethodCodegenArgDesc[] |
allArgumentExpressions(ExprForge[] forges,
Method method,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
static void |
appendArgExpressions(StaticMethodCodegenArgDesc[] args,
CodegenBlock block) |
static void |
appendCatch(CodegenBlock tryBlock,
Method reflectionMethod,
String statementName,
String classOrPropertyName,
boolean rethrow,
StaticMethodCodegenArgDesc[] args) |
static CodegenExpression |
codegenInvokeExpression(Object optionalTargetObject,
Method reflectionMethod,
StaticMethodCodegenArgDesc[] args,
CodegenClassScope codegenClassScope) |
public static StaticMethodCodegenArgDesc[] allArgumentExpressions(ExprForge[] forges, Method method, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
public static void appendArgExpressions(StaticMethodCodegenArgDesc[] args, CodegenBlock block)
public static void appendCatch(CodegenBlock tryBlock, Method reflectionMethod, String statementName, String classOrPropertyName, boolean rethrow, StaticMethodCodegenArgDesc[] args)
public static CodegenExpression codegenInvokeExpression(Object optionalTargetObject, Method reflectionMethod, StaticMethodCodegenArgDesc[] args, CodegenClassScope codegenClassScope)
Copyright © 2005–2018. All rights reserved.