| com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICField |
C AST field objects are top-level objects that can be retrieved by a ICFieldFactory.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDecompilableElement
| |||||||||||
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICDecompilableElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICElement
| |||||||||||
From interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICSourceElement
| |||||||||||
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.