Interface TypeInformation<T>

    • Method Detail

      • getAccessType

        AccessType getAccessType​(T t)
        Returns the AccessType of the given element.
        Parameters:
        t - The element.
        Returns:
        The access type.
      • getRoot

        T getRoot​(AccessType accessType)
        Returns the root element for a given AccessType.
        Parameters:
        accessType - The access type.
        Returns:
        The root element.