org.mvel2.optimizers.impl.refl.nodes
Class ConstructorAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
- All Implemented Interfaces:
- Serializable, Accessor, AccessorNode
public class ConstructorAccessor
- extends BaseAccessor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorAccessor
public ConstructorAccessor(Constructor constructor,
ExecutableStatement[] parms)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
getKnownEgressType
public Class getKnownEgressType()
getConstructor
public Constructor getConstructor()
getParameters
public ExecutableStatement[] getParameters()
getParameterTypes
public Class[] getParameterTypes()
Copyright © 2014. All Rights Reserved.