public interface

INativeAttribute

com.pnfsoftware.jeb.core.units.code.asm.sig.INativeAttribute

Class Overview

Information on the signature target.

Summary

Public Methods
abstract String getType()
abstract Object getValue()
abstract boolean importTo(INativeItem item)
Import attribute information to a native item
abstract boolean isPrintable()

Public Methods

public abstract String getType ()

Returns
  • a String describing the attribute type. Used only for display purpose.

public abstract Object getValue ()

Returns
  • the attribute value

public abstract boolean importTo (INativeItem item)

Import attribute information to a native item

Returns
  • true if import was done, false otherwise

public abstract boolean isPrintable ()

Returns
  • true if the String representation of the attribute is meaningful, false otherwise