-
- All Superinterfaces:
AnnotationTarget
,Type
public interface VoidType extends Type
Thevoid
pseudo-type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VoidType
asVoid()
Returns this type as the void pseudo-type.default Type.Kind
kind()
Returns the kind of this type.java.lang.String
name()
Returns the name of thevoid
pseudo-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
-
-