org.mvel2.compiler
Class CompiledAccExpression
java.lang.Object
org.mvel2.compiler.CompiledAccExpression
- All Implemented Interfaces:
- Serializable, Cloneable, Accessor, ExecutableStatement
public class CompiledAccExpression
- extends Object
- implements ExecutableStatement, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompiledAccExpression
public CompiledAccExpression(char[] expression,
Class ingressType,
ParserContext context)
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory vrf,
Object value)
- Specified by:
setValue
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
isLiteralOnly
public boolean isLiteralOnly()
- Specified by:
isLiteralOnly
in interface ExecutableStatement
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue
in interface Accessor
getAccessor
public Accessor getAccessor()
Copyright © 2011. All Rights Reserved.