com.pnfsoftware.jeb.core.units.code.asm.items.IFieldManager |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract INativeFieldItem |
createField(INativeItem owner, String name, INativeType type)
Create an abstract field item that.
| ||||||||||
abstract INativeFieldItem |
createField(INativeItem owner, INativeDataItem dataItem)
Create a field backed by an internal data element.
|
Create an abstract field item that. Such fields may be external to the current code unit.
Create a field backed by an internal data element. Such fields are internal to the current code unit.
owner | optional owner; if provided, it must be a class or method item |
---|