| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.ECompiler.CompiledProgram |
A compiled program.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CompiledProgram() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ECompiler.CompiledField | getField(int index) | ||||||||||
| List<ECompiler.CompiledField> | getFields() | ||||||||||
| ECompiler.CompiledRoutine | getRoutine(int index) | ||||||||||
| List<ECompiler.CompiledRoutine> | getRoutines() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||