public interface

IECond

implements IEGeneric
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IECond

Class Overview

This IR expression represents the ternary conditional expression.

Summary

Public Methods
abstract IEGeneric getCondition()
abstract IEGeneric getExpressionFalse()
abstract IEGeneric getExpressionTrue()
abstract void setCondition(IEGeneric e)
abstract void setExpressionFalse(IEGeneric e)
abstract void setExpressionTrue(IEGeneric e)
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.IInstructionOperand
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEGeneric

Public Methods

public abstract IEGeneric getCondition ()

public abstract IEGeneric getExpressionFalse ()

public abstract IEGeneric getExpressionTrue ()

public abstract void setCondition (IEGeneric e)

public abstract void setExpressionFalse (IEGeneric e)

public abstract void setExpressionTrue (IEGeneric e)