public interface

INativeDataItem

implements ICodeData INativeContinuousItem
com.pnfsoftware.jeb.core.units.code.asm.items.INativeDataItem
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract INativeFieldItem getField()
Retrieve the optional field associated with the data item.
abstract INativeType getType()
Retrieve the data item type.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeContinuousItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeMemoryItem
From interface com.pnfsoftware.jeb.util.collect.ISegment

Public Methods

public abstract INativeFieldItem getField ()

Retrieve the optional field associated with the data item.

Returns
  • the field held by the data item, possibly null

public abstract INativeType getType ()

Retrieve the data item type.