com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICLabel |
C AST label interfaces are immutable AST elements created by an ICLabelFactory
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICLabel |
duplicate()
Deep duplication of the element.
| ||||||||||
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. 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.