public interface

ICBreak

implements ICControlBreaker
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICBreak

Class Overview

C AST interface to represent a break statement. A break statement may have an optional loop label.

Summary

Public Methods
abstract ICBreak duplicate()
Deep duplication of the element.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICControlBreaker
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 ICBreak duplicate ()

Deep duplication of the element. Sub-elements are duplicated.

Note: ICClass, ICMethod, ICField, ICIdentifier, ICConstant, ICType and ICLabel are not duplicated.