Package io.quarkus.gizmo
Class Type.VoidType
java.lang.Object
io.quarkus.gizmo.Type
io.quarkus.gizmo.Type.VoidType
- Enclosing class:
Type
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.gizmo.Type
Type.ArrayType, Type.ClassType, Type.ParameterizedType, Type.PrimitiveType, Type.TypeVariable, Type.VoidType, Type.WildcardType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidappendToSignature(StringBuilder signature) (package private) Type.VoidTypeasVoid()(package private) booleanisVoid()Methods inherited from class io.quarkus.gizmo.Type
arrayType, arrayType, asArray, asClass, asParameterizedType, asPrimitive, asTypeVariable, asWildcard, booleanType, byteType, charType, classType, classType, classType, doubleType, floatType, intType, isArray, isClass, isParameterizedType, isPrimitive, isTypeVariable, isWildcard, longType, parameterizedType, shortType, typeVariable, typeVariable, typeVariable, voidType, wildcardTypeUnbounded, wildcardTypeWithLowerBound, wildcardTypeWithUpperBound
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
VoidType
public VoidType()
-
-
Method Details
-
appendToSignature
- Specified by:
appendToSignaturein classType
-
isVoid
boolean isVoid() -
asVoid
Type.VoidType asVoid()
-