Package org.mvel2.compiler
Class CompiledAccExpression
java.lang.Object
org.mvel2.compiler.CompiledAccExpression
- All Implemented Interfaces:
Serializable,Cloneable,Accessor,ExecutableStatement
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompiledAccExpression(char[] expression, int start, int offset, Class ingressType, ParserContext context) CompiledAccExpression(char[] expression, Class ingressType, ParserContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory) getValue(Object staticContext, VariableResolverFactory factory) booleanbooleanbooleanbooleanbooleanvoidsetKnownEgressType(Class type) voidsetKnownIngressType(Class type) setValue(Object ctx, Object elCtx, VariableResolverFactory vrf, Object value)
-
Constructor Details
-
CompiledAccExpression
-
CompiledAccExpression
public CompiledAccExpression(char[] expression, int start, int offset, Class ingressType, ParserContext context)
-
-
Method Details
-
setValue
-
getValue
- Specified by:
getValuein interfaceExecutableStatement
-
setKnownIngressType
- Specified by:
setKnownIngressTypein interfaceExecutableStatement
-
setKnownEgressType
- Specified by:
setKnownEgressTypein interfaceExecutableStatement
-
getKnownIngressType
- Specified by:
getKnownIngressTypein interfaceExecutableStatement
-
getKnownEgressType
- Specified by:
getKnownEgressTypein interfaceAccessor- Specified by:
getKnownEgressTypein interfaceExecutableStatement
-
isConvertableIngressEgress
public boolean isConvertableIngressEgress()- Specified by:
isConvertableIngressEgressin interfaceExecutableStatement
-
computeTypeConversionRule
public void computeTypeConversionRule()- Specified by:
computeTypeConversionRulein interfaceExecutableStatement
-
intOptimized
public boolean intOptimized()- Specified by:
intOptimizedin interfaceExecutableStatement
-
isLiteralOnly
public boolean isLiteralOnly()- Specified by:
isLiteralOnlyin interfaceExecutableStatement
-
getValue
-
getAccessor
-
isEmptyStatement
public boolean isEmptyStatement()- Specified by:
isEmptyStatementin interfaceExecutableStatement
-
isExplicitCast
public boolean isExplicitCast()- Specified by:
isExplicitCastin interfaceExecutableStatement
-