public static class

EIRCompiler.CompiledProgram

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

Class Overview

A compiled program.

Summary

Public Constructors
CompiledProgram()
Public Methods
EIRCompiler.CompiledField getField(int index)
List<EIRCompiler.CompiledField> getFields()
EIRCompiler.CompiledRoutine getRoutine(int index)
List<EIRCompiler.CompiledRoutine> getRoutines()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CompiledProgram ()

Public Methods

public EIRCompiler.CompiledField getField (int index)

public List<EIRCompiler.CompiledField> getFields ()

public EIRCompiler.CompiledRoutine getRoutine (int index)

public List<EIRCompiler.CompiledRoutine> getRoutines ()