Package io.quarkus.gizmo
Class Type.TypeVariable
java.lang.Object
io.quarkus.gizmo.Type
io.quarkus.gizmo.Type.TypeVariable
- 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) voidappendTypeParameterToSignature(StringBuilder signature) (package private) Type.TypeVariable(package private) booleanMethods inherited from class io.quarkus.gizmo.Type
arrayType, arrayType, asArray, asClass, asParameterizedType, asPrimitive, asVoid, asWildcard, booleanType, byteType, charType, classType, classType, classType, doubleType, floatType, intType, isArray, isClass, isParameterizedType, isPrimitive, isVoid, isWildcard, longType, parameterizedType, shortType, typeVariable, typeVariable, typeVariable, voidType, wildcardTypeUnbounded, wildcardTypeWithLowerBound, wildcardTypeWithUpperBound
-
Field Details
-
name
-
firstBound
-
nextBounds
-
-
Constructor Details
-
TypeVariable
-
-
Method Details
-
appendToSignature
- Specified by:
appendToSignaturein classType
-
appendTypeParameterToSignature
-
isTypeVariable
boolean isTypeVariable()- Overrides:
isTypeVariablein classType
-
asTypeVariable
Type.TypeVariable asTypeVariable()- Overrides:
asTypeVariablein classType
-