org.mvel2.optimizers.impl.refl.nodes
Class Union
java.lang.Object
org.mvel2.optimizers.impl.refl.nodes.Union
- All Implemented Interfaces:
- Accessor
public class Union
- extends Object
- implements Accessor
- Author:
- Christopher Brock
Constructor Summary |
Union(Accessor accessor,
char[] nextAccessor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Union
public Union(Accessor accessor,
char[] nextAccessor)
getValue
public Object getValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue
in interface Accessor
setValue
public Object setValue(Object ctx,
Object elCtx,
VariableResolverFactory variableFactory,
Object value)
- Specified by:
setValue
in interface Accessor
getLeftIngressType
public Class getLeftIngressType()
getKnownEgressType
public Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2011. All Rights Reserved.