Interface InferredType
-
@Beta public interface InferredType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancanHaveMember(String memberName)booleanisIdentityComparableWith(InferredType other)Optional<Symbol>resolveMember(String memberName)
-
-
-
Method Detail
-
isIdentityComparableWith
@Beta boolean isIdentityComparableWith(InferredType other)
-
canHaveMember
@Beta boolean canHaveMember(String memberName)
-
-