Package io.quarkus.gizmo
Class Type.ArrayType
java.lang.Object
io.quarkus.gizmo.Type
io.quarkus.gizmo.Type.ArrayType
- 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.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 Details
-
elementType
-
dimensions
private final int dimensions
-
-
Constructor Details
-
ArrayType
ArrayType(Type elementType, int dimensions)
-
-
Method Details
-
appendToSignature
- Specified by:
appendToSignaturein classType
-
isArray
boolean isArray() -
asArray
Type.ArrayType asArray()
-