org.apache.openjpa.kernel.exps
Class WhenScalar
java.lang.Object
org.apache.openjpa.kernel.exps.Exp
org.apache.openjpa.kernel.exps.WhenScalar
- All Implemented Interfaces:
- Serializable, Expression
public class WhenScalar
- extends Exp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WhenScalar
WhenScalar(Val val1,
Val val2)
- Constructor.
getVal1
public Val getVal1()
getVal2
public Val getVal2()
acceptVisit
public void acceptVisit(ExpressionVisitor visitor)
- Description copied from interface:
Expression
- Accept a visit from a tree visitor.
- Specified by:
acceptVisit
in interface Expression
- Overrides:
acceptVisit
in class Exp
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.