public interface

ICGoto

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

Class Overview

C AST interface to represent a "goto" statement.

Unlike breaks or continues, the label of a goto statement is mandatory.

Summary

Public Methods
abstract ICGoto 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 ICGoto duplicate ()

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

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