org.mvel2.compiler
Class ExecutableAccessor
java.lang.Object
org.mvel2.compiler.ExecutableAccessor
- All Implemented Interfaces:
- Serializable, Cloneable, Accessor, ExecutableStatement
public class ExecutableAccessor
- extends Object
- implements ExecutableStatement
- See Also:
- Serialized Form
ExecutableAccessor
public ExecutableAccessor(ASTNode node,
Class egress)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue in interface Accessor
getValue
public Object getValue(Object staticContext,
VariableResolverFactory factory)
- Specified by:
getValue in interface ExecutableStatement
setKnownIngressType
public void setKnownIngressType(Class type)
- Specified by:
setKnownIngressType in interface ExecutableStatement
setKnownEgressType
public void setKnownEgressType(Class type)
- Specified by:
setKnownEgressType in interface ExecutableStatement
getKnownIngressType
public Class getKnownIngressType()
- Specified by:
getKnownIngressType in interface ExecutableStatement
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType in interface Accessor- Specified by:
getKnownEgressType in interface ExecutableStatement
isConvertableIngressEgress
public boolean isConvertableIngressEgress()
- Specified by:
isConvertableIngressEgress in interface ExecutableStatement
computeTypeConversionRule
public void computeTypeConversionRule()
- Specified by:
computeTypeConversionRule in interface ExecutableStatement
intOptimized
public boolean intOptimized()
- Specified by:
intOptimized in interface ExecutableStatement
getNode
public ASTNode getNode()
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue in interface Accessor
isLiteralOnly
public boolean isLiteralOnly()
- Specified by:
isLiteralOnly in interface ExecutableStatement
isExplicitCast
public boolean isExplicitCast()
- Specified by:
isExplicitCast in interface ExecutableStatement
isEmptyStatement
public boolean isEmptyStatement()
- Specified by:
isEmptyStatement in interface ExecutableStatement
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.