public interface

ICGenericBreakable

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

Class Overview

Super interface for C AST breakable compounds (loops, switches).

Summary

Public Methods
abstract ICGenericBreakable duplicate()
Deep duplication of the element.
[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 ICGenericBreakable duplicate ()

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

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