org.mvel2.optimizers.impl.refl.collection
Class MDArrayCreator
java.lang.Object
org.mvel2.optimizers.impl.refl.collection.MDArrayCreator
- All Implemented Interfaces:
- Accessor
public class MDArrayCreator
- extends Object
- implements Accessor
- Author:
- Christopher Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
template
public Accessor[] template
MDArrayCreator
public MDArrayCreator(Accessor[] template,
Class arrayType,
int dimension)
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
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.