public interface

ICJumpFar

implements ICExpression ICStatement
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICJumpFar

Class Overview

C AST element representing a "long jump".

Summary

Public Methods
abstract ICJumpFar duplicate()
Deep duplication of the element.
abstract ICExpression getJumpsite()
abstract void setJumpsite(ICExpression jumpsite)
[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.ICExpression
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICStatement

Public Methods

public abstract ICJumpFar duplicate ()

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

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

public abstract ICExpression getJumpsite ()

public abstract void setJumpsite (ICExpression jumpsite)