Package io.quarkus.gizmo
Class Type.ArrayType
- java.lang.Object
-
- io.quarkus.gizmo.Type
-
- io.quarkus.gizmo.Type.ArrayType
-
-
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 intdimensionsprivate TypeelementType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidappendToSignature(java.lang.StringBuilder signature)(package private) Type.ArrayTypeasArray()(package private) booleanisArray()-
Methods inherited from class io.quarkus.gizmo.Type
arrayType, arrayType, asClass, asParameterizedType, asPrimitive, asTypeVariable, asVoid, asWildcard, booleanType, byteType, charType, classType, classType, classType, doubleType, floatType, intType, isClass, isParameterizedType, isPrimitive, isTypeVariable, isVoid, isWildcard, longType, parameterizedType, shortType, typeVariable, typeVariable, typeVariable, voidType, wildcardTypeUnbounded, wildcardTypeWithLowerBound, wildcardTypeWithUpperBound
-
-
-
-
Field Detail
-
elementType
private final Type elementType
-
dimensions
private final int dimensions
-
-
Constructor Detail
-
ArrayType
ArrayType(Type elementType, int dimensions)
-
-
Method Detail
-
appendToSignature
void appendToSignature(java.lang.StringBuilder signature)
- Specified by:
appendToSignaturein classType
-
asArray
Type.ArrayType asArray()
-
-