Interface VoidTypeDetails
- All Superinterfaces:
ClassBasedTypeDetails, TypeDetails, TypeVariableScope
- All Known Implementing Classes:
VoidTypeDetailsImpl
Models Java's
void (or Void) type-
Nested Class Summary
Nested classes/interfaces inherited from interface TypeDetails
TypeDetails.Kind -
Method Summary
Modifier and TypeMethodDescriptionCast this TypeDetails as a VoidTypeDetails, throwing an exception if it cannot be.Methods inherited from interface ClassBasedTypeDetails
getClassDetails, getName, isImplementorMethods inherited from interface TypeDetails
asArrayType, asClassType, asParameterizedType, asPrimitiveType, asTypeVariable, asTypeVariableReference, asWildcardType, determineRawClass, determineRelativeType, getTypeKind, isResolvedMethods inherited from interface TypeVariableScope
resolveTypeVariable
-
Method Details
-
asVoidType
VoidTypeDetails asVoidType()Description copied from interface:TypeDetailsCast this TypeDetails as a VoidTypeDetails, throwing an exception if it cannot be.- Specified by:
asVoidTypein interfaceTypeDetails
-