public interface

IFieldManager

com.pnfsoftware.jeb.core.units.code.asm.items.IFieldManager

Class Overview

A manager of native field items.

Summary

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.

Public Methods

public abstract INativeFieldItem createField (INativeItem owner, String name, INativeType type)

Create an abstract field item that. Such fields may be external to the current code unit.

public abstract INativeFieldItem createField (INativeItem owner, INativeDataItem dataItem)

Create a field backed by an internal data element. Such fields are internal to the current code unit.

Parameters
owner optional owner; if provided, it must be a class or method item