Uses of Class
org.jboss.jandex.VoidType
-
-
Uses of VoidType in org.jboss.jandex
Fields in org.jboss.jandex declared as VoidType Modifier and Type Field Description (package private) static VoidType
VoidType. VOID
Methods in org.jboss.jandex that return VoidType Modifier and Type Method Description VoidType
Type. asVoidType()
Casts this type to aVoidType
and returns it if the kind isType.Kind.VOID
Throws an exception otherwise.VoidType
VoidType. asVoidType()
-