| 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.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompileContext
An abstract implementation of an ExprCompileContext.
|
class |
AbstractCompileContext.UntypedExtendedType |
| Modifier and Type | Field and Description |
|---|---|
protected ExprCompileContext |
AbstractCompileContext.mExtendedType |
| Modifier and Type | Method and Description |
|---|---|
static ExprCompileContext |
ExprEval.getCompileContext()
Deprecated.
|
ExprCompileContext |
ExprCompileContext.getExtendedType()
Return a compile context to type an unhandled
variable/property/method that is defined within the context of
another variable/property/method.
|
ExprCompileContext |
AbstractCompileContext.getExtendedType() |
static ExprCompileContext |
ExprEval.setCompileContext(ExprCompileContext compileContext) |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.Script |
ExprEval.compileOperations(ExprCompileContext compileContext)
Returns an operations script.
|
static ExprCompileContext |
ExprEval.setCompileContext(ExprCompileContext compileContext) |
void |
ExprEval.validate(ExprCompileContext compileContext)
Validate the ExprEval expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompileContext
A default implementation of a compile context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EvaluateExprCompileContextImpl
A compile context that may be used during expression evaluation.
|