| Package | Description |
|---|---|
| oracle.javatools.parser.util |
The
Parser Utilities package contains utility classes
used by the rest of the parser framework. |
| oracle.jdeveloper.usage.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AsyncTask.bailIfCancelled()
Checks if the task has been marked for cancellation, and throws
a CancelledException if it has.
|
protected abstract java.lang.Object |
AsyncTask.runImpl()
Implementation of the task.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
AbstractBackgroundTask.runImpl()
Wrapper for the task implementation to catch and report
task failures in the form of
RuntimeExceptions. |
protected java.lang.Object |
TaskMultiplexer.TaskWrapper.runTaskImpl()
Implementation of this task.
|
protected abstract java.lang.Object |
AbstractBackgroundTask.runTaskImpl()
Implementation of this task.
|