com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLabel |
Labels are immutable AST elements created by an ICLabelFactory
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICLabel |
duplicate()
Deep duplication of the element (i.e.
| ||||||||||
abstract void | generate(COutputSink out, boolean definition) | ||||||||||
abstract String |
getName()
Get the label original name.
| ||||||||||
abstract long |
getOffset()
Get the label offset.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Deep duplication of the element (i.e. sub-elements are duplicated).
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.
Get the label original name.
Get the label offset.