Uses of Class
org.jboss.jandex.ArrayType
-
-
Uses of ArrayType in org.jboss.jandex
Methods in org.jboss.jandex that return ArrayType Modifier and Type Method Description ArrayType
ArrayType. asArrayType()
ArrayType
Type. asArrayType()
Casts this type to anArrayType
and returns it if the kind isType.Kind.ARRAY
Throws an exception otherwise.static ArrayType
ArrayType. create(Type component, int dimensions)
Create a new mock array type instance with the specified component and dimensions.
-