org.mvel2.optimizers.impl.refl.nodes
Class MethodAccessorNH
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.MethodAccessorNH
- All Implemented Interfaces:
- java.io.Serializable, Accessor, AccessorNode
public class MethodAccessorNH
- extends java.lang.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(java.lang.reflect.Method method,
ExecutableStatement[] parms,
PropertyHandler handler)
getValue
public java.lang.Object getValue(java.lang.Object ctx,
java.lang.Object elCtx,
VariableResolverFactory vars)
- Specified by:
getValue
in interface Accessor
getMethod
public java.lang.reflect.Method getMethod()
setMethod
public void setMethod(java.lang.reflect.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 java.lang.Object setValue(java.lang.Object ctx,
java.lang.Object elCtx,
VariableResolverFactory variableFactory,
java.lang.Object value)
- Specified by:
setValue
in interface Accessor
getKnownEgressType
public java.lang.Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.