org.mvel2.optimizers.dynamic
Class DynamicGetAccessor
java.lang.Object
org.mvel2.optimizers.dynamic.DynamicGetAccessor
- All Implemented Interfaces:
- Accessor, DynamicAccessor
public class DynamicGetAccessor
- extends Object
- implements DynamicAccessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicGetAccessor
public DynamicGetAccessor(ParserContext context,
char[] property,
int type,
Accessor _accessor)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue
in interface Accessor
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue
in interface Accessor
deoptimize
public void deoptimize()
- Specified by:
deoptimize
in interface DynamicAccessor
getStamp
public long getStamp()
getRuncount
public int getRuncount()
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.