Package org.mvel2.compiler
Class ExecutableAccessor
java.lang.Object
org.mvel2.compiler.ExecutableAccessor
- All Implemented Interfaces:
Serializable,Cloneable,Accessor,ExecutableStatement
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetNode()getValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory) getValue(Object staticContext, VariableResolverFactory factory) booleanbooleanbooleanbooleanbooleanvoidsetKnownEgressType(Class type) voidsetKnownIngressType(Class type) setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) toString()
-
Constructor Details
-
ExecutableAccessor
-
-
Method Details
-
getValue
-
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
-
getNode
-
setValue
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) -
isLiteralOnly
public boolean isLiteralOnly()- Specified by:
isLiteralOnlyin interfaceExecutableStatement
-
isExplicitCast
public boolean isExplicitCast()- Specified by:
isExplicitCastin interfaceExecutableStatement
-
isEmptyStatement
public boolean isEmptyStatement()- Specified by:
isEmptyStatementin interfaceExecutableStatement
-
toString
-