org.apache.openjpa.jdbc.kernel.exps
Class BinaryOpExpState

java.lang.Object
  extended by org.apache.openjpa.jdbc.kernel.exps.ExpState
      extended by org.apache.openjpa.jdbc.kernel.exps.BinaryOpExpState

 class BinaryOpExpState
extends ExpState

Expression tree state for a binary operator.

Author:
Abe White

Field Summary
 ExpState state1
          State for first expression/value.
 ExpState state2
          State for second expression/value.
 
Fields inherited from class org.apache.openjpa.jdbc.kernel.exps.ExpState
joins, NULL
 
Constructor Summary
BinaryOpExpState()
           
BinaryOpExpState(Joins joins, ExpState state1, ExpState state2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

state1

public ExpState state1
State for first expression/value.


state2

public ExpState state2
State for second expression/value.

Constructor Detail

BinaryOpExpState

public BinaryOpExpState()

BinaryOpExpState

public BinaryOpExpState(Joins joins,
                        ExpState state1,
                        ExpState state2)


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.