org.apache.openjpa.jdbc.kernel.exps
Class BinaryOpExpState
java.lang.Object
   org.apache.openjpa.jdbc.kernel.exps.ExpState
org.apache.openjpa.jdbc.kernel.exps.ExpState
       org.apache.openjpa.jdbc.kernel.exps.BinaryOpExpState
org.apache.openjpa.jdbc.kernel.exps.BinaryOpExpState
-  class BinaryOpExpState 
- extends ExpState
Expression tree state for a binary operator.
- Author:
- Abe White
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
state1
public ExpState state1
- State for first expression/value.
 
 
state2
public ExpState state2
- State for second expression/value.
 
 
BinaryOpExpState
public BinaryOpExpState()
BinaryOpExpState
public BinaryOpExpState(Joins joins,
                        ExpState state1,
                        ExpState state2)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.