Class WithAccessor
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.WithAccessor
- All Implemented Interfaces:
Serializable
,Accessor
,AccessorNode
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExecutableStatement
protected String
private AccessorNode
protected WithNode.ParmValuePair[]
-
Constructor Summary
ConstructorsConstructorDescriptionWithAccessor
(ParserContext pCtx, String property, char[] expr, int start, int offset, Class ingressType) -
Method Summary
Modifier and TypeMethodDescriptiongetValue
(Object ctx, Object elCtx, VariableResolverFactory variableFactory) processWith
(Object ctx, Object thisValue, VariableResolverFactory factory) setNextNode
(AccessorNode accessorNode) setValue
(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value)
-
Field Details
-
nextNode
-
nestParm
-
nestedStatement
-
withExpressions
-
-
Constructor Details
-
WithAccessor
public WithAccessor(ParserContext pCtx, String property, char[] expr, int start, int offset, Class ingressType)
-
-
Method Details
-
getNextNode
- Specified by:
getNextNode
in interfaceAccessorNode
-
setNextNode
- Specified by:
setNextNode
in interfaceAccessorNode
-
getValue
-
setValue
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) -
processWith
-
getKnownEgressType
- Specified by:
getKnownEgressType
in interfaceAccessor
-