Interface HasType

    • Method Detail

      • getType

        Type getType()
      • setType

        void setType​(Type type)
      • getPossibleSubTypes

        java.util.Set<Type> getPossibleSubTypes()
      • setPossibleSubTypes

        void setPossibleSubTypes​(java.util.Set<Type> possibleSubTypes)
      • refreshType

        void refreshType()
      • resetTypes

        void resetTypes​(Type type)
        Used to set the type and clear the possible subtypes list for when a type is more precise than the current.
        Parameters:
        type -