Package io.quarkus.gizmo
Class Type.TypeVariable
- java.lang.Object
-
- io.quarkus.gizmo.Type
-
- io.quarkus.gizmo.Type.TypeVariable
-
-
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 private TypefirstBoundprivate java.lang.Stringnameprivate java.util.List<Type>nextBounds
-
Constructor Summary
Constructors Constructor Description TypeVariable(java.lang.String name, Type firstBound, java.util.List<Type> nextBounds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappendToSignature(java.lang.StringBuilder signature)(package private) voidappendTypeParameterToSignature(java.lang.StringBuilder signature)(package private) Type.TypeVariableasTypeVariable()(package private) booleanisTypeVariable()-
Methods 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
-
-
-
-
Method Detail
-
appendToSignature
void appendToSignature(java.lang.StringBuilder signature)
- Specified by:
appendToSignaturein classType
-
appendTypeParameterToSignature
void appendTypeParameterToSignature(java.lang.StringBuilder signature)
-
isTypeVariable
boolean isTypeVariable()
- Overrides:
isTypeVariablein classType
-
asTypeVariable
Type.TypeVariable asTypeVariable()
- Overrides:
asTypeVariablein classType
-
-