public static class

ECompiler.CompiledProgram

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.ECompiler.CompiledProgram

Class Overview

A compiled program.

Summary

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

Public Constructors

public CompiledProgram ()

Public Methods

public ECompiler.CompiledField getField (int index)

public List<ECompiler.CompiledField> getFields ()

public ECompiler.CompiledRoutine getRoutine (int index)

public List<ECompiler.CompiledRoutine> getRoutines ()