org.mvel2.optimizers.impl.refl.nodes
Class MethodAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.BaseAccessor
org.mvel2.optimizers.impl.refl.nodes.InvokableAccessor
org.mvel2.optimizers.impl.refl.nodes.MethodAccessor
- All Implemented Interfaces:
- Serializable, Accessor, AccessorNode
public class MethodAccessor
- extends InvokableAccessor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodAccessor
public MethodAccessor()
MethodAccessor
public MethodAccessor(Method method,
ExecutableStatement[] parms)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory vars)
getMethod
public Method getMethod()
setMethod
public void setMethod(Method method)
getParms
public ExecutableStatement[] getParms()
setParms
public void setParms(ExecutableStatement[] parms)
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
getKnownEgressType
public Class getKnownEgressType()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.