Interface ICodeString

All Superinterfaces:
ICodeData, ICodeItem
All Known Subinterfaces:
IDexString, INativeStringItem

public interface ICodeString extends ICodeData
Definition of a string in a code unit.
See Also:
  • Method Details

    • getIdentifier

      long getIdentifier()
      Retrieve the item identifier for this string.
      Returns:
      the identifier
    • getValue

      String getValue()
      Retrieve the string value.
      Returns:
      the string value