public static class

EIRCompiler.CompiledExpression

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

Class Overview

A compiled expression.

Summary

Public Constructors
CompiledExpression(IERoutineContext ctx, IEGeneric expr)
Public Methods
IERoutineContext getContext()
IEGeneric getExpression()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CompiledExpression (IERoutineContext ctx, IEGeneric expr)

Public Methods

public IERoutineContext getContext ()

public IEGeneric getExpression ()