org.mvel2.optimizers.impl.refl.nodes
Class MethodAccessorNH
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
- All Implemented Interfaces:
- Serializable, Accessor, AccessorNode
public class MethodAccessorNH
- extends Object
- implements AccessorNode
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodAccessorNH
public MethodAccessorNH()
MethodAccessorNH
public MethodAccessorNH(Method method,
ExecutableStatement[] parms,
PropertyHandler handler)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory vars)
- Specified by:
getValue
in interface Accessor
getMethod
public Method getMethod()
setMethod
public void setMethod(Method method)
getParms
public ExecutableStatement[] getParms()
setParms
public void setParms(ExecutableStatement[] parms)
getNextNode
public AccessorNode getNextNode()
- Specified by:
getNextNode
in interface AccessorNode
setNextNode
public AccessorNode setNextNode(AccessorNode nextNode)
- Specified by:
setNextNode
in interface AccessorNode
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue
in interface Accessor
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.