| Package | Description |
|---|---|
| oracle.jbo.expr |
Contains the implementation of the expression evaluation used in ADF.
|
| oracle.jbo.script | |
| oracle.jbo.script.groovy | |
| oracle.jbo.script.nashorn | |
| oracle.jbo.server |
Contains the implementation of middle tier components.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CodeSourceImpl.MethodSource> |
JIScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<CodeSourceImpl.MethodSource> |
ExprScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource)
An approximate inverse to
#getSubprogram(ExprDef). |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CodeSourceImpl.MethodSource> |
ExprGroovyScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CodeSourceImpl.MethodSource> |
ExprNashornScriptEngineFactory.getSubPrograms(ExprCodeSource codeSource) |
| Modifier and Type | Method and Description |
|---|---|
CodeSourceImpl.MethodSource |
CodeSourceImpl.createMethodSource(java.lang.String name,
java.util.List<java.lang.String> statements,
int lineNumber,
int lastLineNumber,
int columnNumber,
int lastColumnNumber) |