public static class

EIRCompiler.CompiledRoutine

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

Class Overview

A compiled routine.

Summary

Public Constructors
CompiledRoutine(IERoutineContext ctx)
Public Methods
long getAddress()
IERoutineContext getContext()
String getName()
IPrototypeItem getPrototype()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CompiledRoutine (IERoutineContext ctx)

Public Methods

public long getAddress ()

public IERoutineContext getContext ()

public String getName ()

public IPrototypeItem getPrototype ()