org.apache.openjpa.kernel.exps
Class WhenCondition

java.lang.Object
  extended by org.apache.openjpa.kernel.exps.Exp
      extended by org.apache.openjpa.kernel.exps.WhenCondition
All Implemented Interfaces:
Serializable, Expression

public class WhenCondition
extends Exp

See Also:
Serialized Form

Constructor Summary
WhenCondition(Exp exp, Val val)
          Constructor.
 
Method Summary
 void acceptVisit(ExpressionVisitor visitor)
          Accept a visit from a tree visitor.
 Exp getExp()
           
 Val getVal()
           
 
Methods inherited from class org.apache.openjpa.kernel.exps.Exp
eval, eval, evaluate, evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhenCondition

WhenCondition(Exp exp,
              Val val)
Constructor.

Method Detail

getExp

public Exp getExp()

getVal

public Val getVal()

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-2011 Apache Software Foundation. All Rights Reserved.