public interface

ICCompound

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

Summary

Public Methods
abstract List<? extends ICBlock> getBlocks()
Retrieve the list of blocks (not elements, blocks) that are used to define that compound element.
[Expand]
Inherited Methods
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 List<? extends ICBlock> getBlocks ()

Retrieve the list of blocks (not elements, blocks) that are used to define that compound element.