| Package | Description | 
|---|---|
| oracle.jbo | Contains interfaces for client-side applications. | 
| oracle.jbo.expr | Contains the implementation of the expression evaluation used in ADF. | 
| oracle.jbo.server | Contains the implementation of middle tier components. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ExprEval. setExprStr(java.lang.String exprStr,
          JIParserHelper ph)*** For internal framework use only *** | 
| Constructor and Description | 
|---|
| ExprEval(java.lang.String exprStr,
        int style,
        JIParserHelper parserHelper) | 
| RowMatch(java.lang.String whereClause,
        JIParserHelper ph) | 
| Constructor and Description | 
|---|
| JIExpr(java.io.LineNumberReader ins,
      JIParserHelper ph) | 
| JIExprJava(java.io.LineNumberReader ins,
          JIParserHelper ph) | 
| JIExprSQL(java.io.LineNumberReader ins,
         JIParserHelper ph) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ServerParserHelper |