public interface

ICLabel

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

Summary

Public Methods
abstract String getName()
Get the label original name.
abstract long getOffset()
Get the label offset.
[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 String getName ()

Get the label original name.

Returns
  • the name, never null

public abstract long getOffset ()

Get the label offset.

Returns
  • the offset