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 PrimitiveTypePrimitiveType. BOOLEANstatic PrimitiveTypePrimitiveType. BYTEstatic PrimitiveTypePrimitiveType. CHARstatic PrimitiveTypePrimitiveType. DOUBLEstatic PrimitiveTypePrimitiveType. FLOATstatic PrimitiveTypePrimitiveType. INTstatic PrimitiveTypePrimitiveType. LONGstatic PrimitiveTypePrimitiveType. SHORTFields in org.jboss.jandex with type parameters of type PrimitiveType Modifier and Type Field Description private static java.util.Map<java.lang.String,PrimitiveType>PrimitiveType. reverseMapMethods in org.jboss.jandex that return PrimitiveType Modifier and Type Method Description PrimitiveTypePrimitiveType. asPrimitiveType()PrimitiveTypeType. asPrimitiveType()Casts this type to aPrimitiveTypeand returns it if the kind isType.Kind.PRIMITIVEThrows an exception otherwise.(package private) static PrimitiveTypePrimitiveType. decode(char c)(package private) static PrimitiveTypePrimitiveType. decode(java.lang.String name)(package private) static PrimitiveTypePrimitiveType. fromOridinal(int ordinal)
-