Class Union
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.Union
- All Implemented Interfaces:
Accessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Accessor
private Accessor
private char[]
private int
private ParserContext
private int
-
Constructor Summary
ConstructorsConstructorDescriptionUnion
(ParserContext pCtx, Accessor accessor, char[] nextAccessor, int start, int offset) -
Method Summary
Modifier and TypeMethodDescriptionprivate Object
get
(Object ctx, Object elCtx, VariableResolverFactory variableFactory) getValue
(Object ctx, Object elCtx, VariableResolverFactory variableFactory) setValue
(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value)
-
Field Details
-
accessor
-
nextExpr
private char[] nextExpr -
start
private int start -
offset
private int offset -
nextAccessor
-
pCtx
-
-
Constructor Details
-
Union
-
-
Method Details
-
getValue
-
setValue
public Object setValue(Object ctx, Object elCtx, VariableResolverFactory variableFactory, Object value) -
get
-
getLeftIngressType
-
getKnownEgressType
- Specified by:
getKnownEgressType
in interfaceAccessor
-