Interface TypeInformation<T>

Type Parameters:
T - The type of the element.
All Superinterfaces:
NodeInformation<T>
All Known Implementing Classes:
ClassInformation, TypeInformation

public interface TypeInformation<T> extends NodeInformation<T>
Extends NodeInformation to provide additional type-related information.
Author:
Luca Frosini (ISTI - CNR)
  • Method Details

    • 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.