public interface

ICBlock

implements ICStatement Iterable<T>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICBlock

Summary

Public Methods
abstract ICStatement get(int index)
abstract ICStatement getLast()
abstract boolean isEmpty()
abstract int size()
[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
From interface java.lang.Iterable

Public Methods

public abstract ICStatement get (int index)

public abstract ICStatement getLast ()

public abstract boolean isEmpty ()

public abstract int size ()