public interface

ICWhileLoopStm

implements ICCompound
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICWhileLoopStm
Known Indirect Subclasses

Class Overview

Interface for while and do-while loops.

Summary

Public Methods
abstract ICBlock getBody()
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 ICPredicate getPredicate ()