Class ConstructorAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
org.mvel2.optimizers.impl.refl.nodes.ConstructorAccessor
- All Implemented Interfaces:
Serializable, Accessor, AccessorNode
- See Also:
-
Field Summary
FieldsFields inherited from class InvokableAccessor
coercionNeeded, length, parameterTypes, parmsFields inherited from class BaseAccessor
nextNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Object[]executeAll(Object ctx, VariableResolverFactory vars) getValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory) setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) Methods inherited from class InvokableAccessor
executeAndCoerce, getParameterTypesMethods inherited from class BaseAccessor
getNextNode, setNextNode
-
Field Details
-
constructor
-
-
Constructor Details
-
ConstructorAccessor
-
-
Method Details
-
getValue
-
setValue
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) -
executeAll
-
getKnownEgressType
-
getConstructor
-
getParameters
-