Package io.quarkus.gizmo
Class Type.VoidType
- java.lang.Object
-
- io.quarkus.gizmo.Type
-
- io.quarkus.gizmo.Type.VoidType
-
-
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 Modifier and Type Field Description static Type.VoidTypeINSTANCE
-
Constructor Summary
Constructors Constructor Description VoidType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappendToSignature(java.lang.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 Detail
-
INSTANCE
public static final Type.VoidType INSTANCE
-
-
Method Detail
-
appendToSignature
void appendToSignature(java.lang.StringBuilder signature)
- Specified by:
appendToSignaturein classType
-
asVoid
Type.VoidType asVoid()
-
-