org.apache.openjpa.jdbc.kernel.exps
Class ExpState
java.lang.Object
   org.apache.openjpa.jdbc.kernel.exps.ExpState
org.apache.openjpa.jdbc.kernel.exps.ExpState
- Direct Known Subclasses: 
- BinaryOpExpState, Const.ConstExpState, MapEntry.EntryExpState, MapKey.KeyExpState, PCPath.PathExpState
- public class ExpState 
- extends Object
Expression tree state.
- Author:
- Abe White
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NULL
public static final ExpState NULL
- State with no joins.
 
 
joins
public Joins joins
ExpState
public ExpState()
ExpState
public ExpState(Joins joins)
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.