Interface VoidType
-
- All Superinterfaces:
AnnotationTarget,Type
public interface VoidType extends Type
Thevoidpseudo-type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VoidTypeasVoid()Returns this type as the void pseudo-type.default Type.Kindkind()Returns the kind of this type.Stringname()Returns the name of thevoidpseudo-type, that is, the stringvoid.-
Methods inherited from interface jakarta.enterprise.lang.model.AnnotationTarget
annotation, annotations, annotations, hasAnnotation, hasAnnotation, repeatableAnnotation
-
Methods inherited from interface jakarta.enterprise.lang.model.types.Type
asArray, asClass, asDeclaration, asParameterizedType, asPrimitive, asType, asTypeVariable, asWildcardType, isArray, isClass, isDeclaration, isParameterizedType, isPrimitive, isType, isTypeVariable, isVoid, isWildcardType
-
-