| Interface | Description |
|---|---|
| MonitorUtil.IProgressMonitor |
Use this interface to decouple core utilities from the Eclipse layer
|
| Class | Description |
|---|---|
| MonitorUtil |
Simple utilities for Eclipse progress monitors
|
| NullProgressMonitor | |
| PlatformUtil |
Platform-specific utility functions.
|
| Predicate<T> |
Interface for defining an arbitrary predicate on
Objects. |
| PrimitiveAssignability |
Offers checks like ClassHierarchy.isAssignable but for primitives.
|
| ProgressMaster |
A class to control execution through the
MonitorUtil.IProgressMonitor interface. |
| Enum | Description |
|---|---|
| PrimitiveAssignability.AssignabilityKind |
| Exception | Description |
|---|---|
| CancelException |
An exception for when work is canceled in eclipse.
|
| CancelRuntimeException |
An exception for when work is canceled in eclipse.
|
| ProgressMaster.TooMuchMemoryUsed | |
| WalaException |
An exception to raise for some WALA failure
|
| WalaRuntimeException |
Runtime exception for some WALA failure.
|