com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICField |
AST field objects are top-level AST objects that can be retrieved by a ICFieldFactory
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract ICField |
duplicate()
Deep duplication of the element.
| ||||||||||
abstract void |
generateName(COutputSink out, boolean definition)
Generate this field's name into the provided sink.
| ||||||||||
abstract String | getName() | ||||||||||
abstract ICType | getOwnerType() | ||||||||||
abstract ICType | getType() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Deep duplication of the element. Sub-elements are duplicated.
Note: ICClass
, ICMethod
, ICField
, ICIdentifier
,
ICConstant
, ICType
and ICLabel
are not duplicated.
Generate this field's name into the provided sink.