org.mvel2.optimizers.dynamic
Class DynamicCollectionAccessor
java.lang.Object
org.mvel2.optimizers.dynamic.DynamicCollectionAccessor
- All Implemented Interfaces:
- Accessor, DynamicAccessor
public class DynamicCollectionAccessor
- extends Object
- implements DynamicAccessor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicCollectionAccessor
public DynamicCollectionAccessor(Object rootObject,
Class colType,
char[] property,
int start,
int offset,
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 © 2014. All Rights Reserved.