public interface

ICControlBreaker

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

Class Overview

Represent a Control breaker (which breaks the flow in a loop or switch)

Summary

Public Methods
abstract ICLabel getLabel()
Indicate the label where the breaker applies.
[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 ICLabel getLabel ()

Indicate the label where the breaker applies. May be null.