Class Union
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.Union
- All Implemented Interfaces:
Accessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Accessorprivate Accessorprivate char[]private intprivate ParserContextprivate int -
Constructor Summary
ConstructorsConstructorDescriptionUnion(ParserContext pCtx, Accessor accessor, char[] nextAccessor, int start, int offset) -
Method Summary
Modifier and TypeMethodDescriptionprivate Objectget(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
-
get
-
getLeftIngressType
-
getKnownEgressType
- Specified by:
getKnownEgressTypein interfaceAccessor
-