public interface

IECond

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

Class Overview

Conditional expression:

Summary

Public Methods
abstract IEGeneric getCondition()
abstract IEGeneric getExpressionFalse()
abstract IEGeneric getExpressionTrue()
abstract IEGeneric getPredicate()
Replaced by getCondition().
abstract void setCondition(IEGeneric condition)
abstract void setExpressionFalse(IEGeneric e)
abstract void setExpressionTrue(IEGeneric e)
abstract void setPredicate(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 IEGeneric getPredicate ()

Replaced by getCondition().

public abstract void setCondition (IEGeneric condition)

public abstract void setExpressionFalse (IEGeneric e)

public abstract void setExpressionTrue (IEGeneric e)

public abstract void setPredicate (IEGeneric e)