Uses of Interface
com.sun.mirror.type.VoidType
-
Packages that use VoidType Package Description com.sun.mirror.util Utilities to assist in the processing of declarations and types. -
-
Uses of VoidType in com.sun.mirror.util
Methods in com.sun.mirror.util that return VoidType Modifier and Type Method Description VoidTypeTypes. getVoidType()Returns the pseudo-type representing the type ofvoid.Methods in com.sun.mirror.util with parameters of type VoidType Modifier and Type Method Description voidSimpleTypeVisitor. visitVoidType(VoidType t)Visits a void type.voidTypeVisitor. visitVoidType(VoidType t)Visits a void type.
-