| Package | Description |
|---|---|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
| oracle.jbo.script | |
| oracle.jbo.script.debug.common | |
| oracle.jbo.script.debug.server | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
ExprDef |
ExprCompileContext.getExprDef()
Return the definition of the expressio that is compiling.
|
ExprDef |
EvaluateExprCompileContextImpl.getExprDef() |
abstract ExprDef |
AbstractCompileContext.getExprDef() |
| Constructor and Description |
|---|
ExprEval(ExprDef exprDef)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpressionDef |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExprScriptException.throwExceptionWithExprDef(java.lang.Throwable t,
ExprDef def)
Deprecated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DebugExprDef
Marks an ExprDef as Debuggable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Debugger.prepareScript(groovy.lang.Script script,
ExprDef exprDef) |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationDefinitionImpl |
class |
OperationDefinitionsImpl
This class represents the metadata for a collection of operation definitions.
|