public interface

ICodeString

implements ICodeData
com.pnfsoftware.jeb.core.units.code.ICodeString
Known Indirect Subclasses

Class Overview

Definition of a string in a code unit.

See Also

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem
Public Methods
abstract long getIdentifier()
Retrieve the item identifier for this string.
abstract String getValue()
Retrieve the string value.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.ICodeItem

Public Methods

public abstract long getIdentifier ()

Retrieve the item identifier for this string.

Returns
  • the identifier

public abstract String getValue ()

Retrieve the string value.

Returns
  • the string value