Package | Description |
---|---|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.script | |
oracle.jbo.script.groovy | |
oracle.jbo.server |
Contains the implementation of middle tier components.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ExprDefUtils.buildSource(ExprDef exprDef)
Build the method souce for the specified expression.
|
static java.util.List<java.lang.String> |
ExprDefUtils.scanForImports(java.util.List<java.lang.String> lines) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IllegalImportException> |
IllegalImportException.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
ExprCodeSource.addExpression(ExprDef exprDef) |
abstract java.util.List<java.lang.String> |
ExprScriptEngineFactory.getSubProgram(ExprDef exprDef)
Returns a subprogram for the specified ExprDef.
|
Constructor and Description |
---|
IllegalImportException(java.util.List<IllegalImportException> errors) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
ExprGroovyScriptEngineFactory.getSubProgram(ExprDef exprDef) |
Modifier and Type | Method and Description |
---|---|
void |
CodeSourceImpl.addExpression(ExprDef exprDef) |