org.mvel2.optimizers.impl.refl.collection
Class ExprValueAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.collection.ExprValueAccessor
- All Implemented Interfaces:
- Accessor
public class ExprValueAccessor
- 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 |
stmt
public ExecutableStatement stmt
ExprValueAccessor
public ExprValueAccessor(String ex,
Class expectedType,
Object ctx,
VariableResolverFactory factory,
ParserContext pCtx)
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
getStmt
public ExecutableStatement getStmt()
setStmt
public void setStmt(ExecutableStatement stmt)
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.