Uses of Class
org.jboss.jandex.VoidType
Packages that use VoidType
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of VoidType in org.jboss.jandex
Fields in org.jboss.jandex declared as VoidTypeMethods in org.jboss.jandex that return VoidTypeModifier and TypeMethodDescriptionType.asVoidType()
Casts this type to aVoidType
and returns it if the kind isType.Kind.VOID
.VoidType.asVoidType()