public class InstanceManufacturerFactoryFastCtor extends java.lang.Object implements InstanceManufacturerFactory
Constructor and Description |
---|
InstanceManufacturerFactoryFastCtor(java.lang.Class targetClass,
net.sf.cglib.reflect.FastConstructor ctor,
ExprForge[] forges) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(ExprNewInstanceNodeForge forge,
CodegenMethodScope codegenMethodScope,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
net.sf.cglib.reflect.FastConstructor |
getCtor() |
java.lang.Class |
getTargetClass() |
InstanceManufacturer |
makeEvaluator() |
public InstanceManufacturerFactoryFastCtor(java.lang.Class targetClass, net.sf.cglib.reflect.FastConstructor ctor, ExprForge[] forges)
public InstanceManufacturer makeEvaluator()
makeEvaluator
in interface InstanceManufacturerFactory
public CodegenExpression codegen(ExprNewInstanceNodeForge forge, CodegenMethodScope codegenMethodScope, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
codegen
in interface InstanceManufacturerFactory
public java.lang.Class getTargetClass()
public net.sf.cglib.reflect.FastConstructor getCtor()