public interface

ICForLoopStm

implements ICCompound
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICForLoopStm

Summary

Public Methods
abstract ICBlock getBody()
abstract ICStatement getPostStatement()
abstract ICStatement getPreStatement()
abstract ICPredicate getPredicate()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICCompound
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement

Public Methods

public abstract ICBlock getBody ()

public abstract ICStatement getPostStatement ()

public abstract ICStatement getPreStatement ()

public abstract ICPredicate getPredicate ()