public interface

INativeFieldItem

implements ICodeField INativeItem
com.pnfsoftware.jeb.core.units.code.asm.items.INativeFieldItem

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract INativeType getClassType()
Get the type of the class holding this field.
abstract INativeDataItem getData()
abstract INativeType getFieldType()
Get the field's type.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeField
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
From interface com.pnfsoftware.jeb.core.units.code.asm.items.INativeItem

Public Methods

public abstract INativeType getClassType ()

Get the type of the class holding this field.

public abstract INativeDataItem getData ()

public abstract INativeType getFieldType ()

Get the field's type.