Mirror API

Uses of Interface
com.sun.mirror.type.VoidType

Packages that use VoidType
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
 VoidType Types.getVoidType()
          Returns the pseudo-type representing the type of void.
 

Methods in com.sun.mirror.util with parameters of type VoidType
 void SimpleTypeVisitor.visitVoidType(VoidType t)
          Visits a void type.
 void TypeVisitor.visitVoidType(VoidType t)
          Visits a void type.
 


Mirror API

Report a bug or request a feature.
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.