Object AddressClass.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static AddressClass of(String label) Retrieve the AddressClass instance by its textual name/code
      final static AddressClass of(Integer baseOffset) Retrieve the address class by its register baseOffset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • of

         final static AddressClass of(String label)

        Retrieve the AddressClass instance by its textual name/code

        Parameters:
        label - The label on which to retrieve the AddressClass.
        Returns:

        The requested AddressClass or null if not found

      • of

         final static AddressClass of(Integer baseOffset)

        Retrieve the address class by its register baseOffset

        Parameters:
        baseOffset - The register baseOffset for which to retrieve the AddressClass.
        Returns:

        The requested AddressClass or null if not found