Uses of Class
org.jboss.jandex.Type.Kind
-
-
Uses of Type.Kind in org.jboss.jandex
Methods in org.jboss.jandex that return Type.Kind Modifier and Type Method Description static Type.Kind
Type.Kind. fromOrdinal(int ordinal)
Type.Kind
ArrayType. kind()
Type.Kind
ClassType. kind()
Type.Kind
ParameterizedType. kind()
Type.Kind
PrimitiveType. kind()
abstract Type.Kind
Type. kind()
Returns the kind of Type this is.Type.Kind
TypeVariable. kind()
Type.Kind
UnresolvedTypeVariable. kind()
Type.Kind
VoidType. kind()
Type.Kind
WildcardType. kind()
static Type.Kind
Type.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static Type.Kind[]
Type.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.jandex with parameters of type Type.Kind Modifier and Type Method Description static Type
Type. create(DotName name, Type.Kind kind)
Creates a type instance of the specified kind.
-