org.mvel2.optimizers.impl.refl.nodes
Class IndexedVariableAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.IndexedVariableAccessor
- All Implemented Interfaces:
- Serializable, Accessor, AccessorNode
public class IndexedVariableAccessor
- 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 |
IndexedVariableAccessor
public IndexedVariableAccessor(int register)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory vrf)
- Specified by:
getValue
in interface Accessor
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue
in interface Accessor
getNextNode
public AccessorNode getNextNode()
- Specified by:
getNextNode
in interface AccessorNode
setNextNode
public AccessorNode setNextNode(AccessorNode nextNode)
- Specified by:
setNextNode
in interface AccessorNode
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.