Interface ClassTypeDetails
- All Superinterfaces:
ClassBasedTypeDetails, TypeDetails, TypeVariableScope
- All Known Implementing Classes:
ClassTypeDetailsImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface TypeDetails
TypeDetails.Kind -
Method Summary
Modifier and TypeMethodDescriptiondefault ClassTypeDetailsCast this TypeDetails as a ClassTypeDetails, throwing an exception if it cannot be.Methods inherited from interface ClassBasedTypeDetails
getClassDetails, getName, isImplementorMethods inherited from interface TypeDetails
asArrayType, asParameterizedType, asPrimitiveType, asTypeVariable, asTypeVariableReference, asVoidType, asWildcardType, determineRawClass, determineRelativeType, getTypeKind, isResolvedMethods inherited from interface TypeVariableScope
resolveTypeVariable
-
Method Details
-
asClassType
Description copied from interface:TypeDetailsCast this TypeDetails as a ClassTypeDetails, throwing an exception if it cannot be.- Specified by:
asClassTypein interfaceTypeDetails
-