| Interface | Description |
|---|---|
| IDecompiler |
The CDA specific interface a decompiler implementation must support.
|
| IDecompilerFactory |
Factory to create decompiler instances.
|
| Class | Description |
|---|---|
| DecompiledCode |
Holds the decompiled code of a single class.
|
| Exception | Description |
|---|---|
| DecompileException |
A general exception for all decompile problems.
|