Class InvokableAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
- All Implemented Interfaces:
Serializable, Accessor, AccessorNode
- Direct Known Subclasses:
ConstructorAccessor, MethodAccessor
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected intprotected Class[]protected ExecutableStatement[]Fields inherited from class BaseAccessor
nextNode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Object[]executeAndCoerce(Class[] target, Object elCtx, VariableResolverFactory vars, boolean isVarargs) Class[]Methods inherited from class BaseAccessor
getNextNode, setNextNodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Accessor
getKnownEgressType, getValue, setValue
-
Field Details
-
length
protected int length -
parms
-
parameterTypes
-
coercionNeeded
protected boolean coercionNeeded
-
-
Constructor Details
-
InvokableAccessor
public InvokableAccessor()
-
-
Method Details
-
executeAndCoerce
protected Object[] executeAndCoerce(Class[] target, Object elCtx, VariableResolverFactory vars, boolean isVarargs) -
getParameterTypes
-