Package io.quarkus.gizmo
Class Type.PrimitiveType
java.lang.Object
io.quarkus.gizmo.Type
io.quarkus.gizmo.Type.PrimitiveType
- 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
FieldsModifier and TypeFieldDescriptionstatic final Type.PrimitiveTypestatic final Type.PrimitiveTypestatic final Type.PrimitiveTypestatic final Type.PrimitiveTypestatic final Type.PrimitiveTypestatic final Type.PrimitiveTypestatic final Type.PrimitiveTypeprivate final org.jboss.jandex.PrimitiveType.Primitivestatic final Type.PrimitiveType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidappendToSignature(StringBuilder signature) (package private) Type.PrimitiveType(package private) booleanMethods inherited from class io.quarkus.gizmo.Type
arrayType, arrayType, asArray, asClass, asParameterizedType, asTypeVariable, asVoid, asWildcard, booleanType, byteType, charType, classType, classType, classType, doubleType, floatType, intType, isArray, isClass, isParameterizedType, isTypeVariable, isVoid, isWildcard, longType, parameterizedType, shortType, typeVariable, typeVariable, typeVariable, voidType, wildcardTypeUnbounded, wildcardTypeWithLowerBound, wildcardTypeWithUpperBound
-
Field Details
-
BOOLEAN
-
BYTE
-
SHORT
-
INT
-
LONG
-
FLOAT
-
DOUBLE
-
CHAR
-
primitive
private final org.jboss.jandex.PrimitiveType.Primitive primitive
-
-
Constructor Details
-
PrimitiveType
PrimitiveType(org.jboss.jandex.PrimitiveType.Primitive primitive)
-
-
Method Details
-
appendToSignature
- Specified by:
appendToSignaturein classType
-
isPrimitive
boolean isPrimitive()- Overrides:
isPrimitivein classType
-
asPrimitive
Type.PrimitiveType asPrimitive()- Overrides:
asPrimitivein classType
-