Interface InferredType


  • @Beta
    public interface InferredType
    • Method Detail

      • isIdentityComparableWith

        @Beta
        boolean isIdentityComparableWith​(InferredType other)
      • canHaveMember

        @Beta
        boolean canHaveMember​(String memberName)
      • canOnlyBe

        @Beta
        boolean canOnlyBe​(String typeName)
      • canBeOrExtend

        @Beta
        boolean canBeOrExtend​(String typeName)
      • isCompatibleWith

        @Beta
        boolean isCompatibleWith​(InferredType other)