Uses of Class
org.jboss.jandex.PrimitiveType
-
-
Uses of PrimitiveType in org.jboss.jandex
Fields in org.jboss.jandex declared as PrimitiveType Modifier and Type Field Description static PrimitiveType
PrimitiveType. BOOLEAN
static PrimitiveType
PrimitiveType. BYTE
static PrimitiveType
PrimitiveType. CHAR
static PrimitiveType
PrimitiveType. DOUBLE
static PrimitiveType
PrimitiveType. FLOAT
static PrimitiveType
PrimitiveType. INT
static PrimitiveType
PrimitiveType. LONG
static PrimitiveType
PrimitiveType. SHORT
Methods in org.jboss.jandex that return PrimitiveType Modifier and Type Method Description PrimitiveType
PrimitiveType. asPrimitiveType()
PrimitiveType
Type. asPrimitiveType()
Casts this type to aPrimitiveType
and returns it if the kind isType.Kind.PRIMITIVE
Throws an exception otherwise.
-