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 TypeVisitor.visitVoidType(VoidType t)
          Visits a void type.
 void SimpleTypeVisitor.visitVoidType(VoidType t)
          Visits a void type.
 


Mirror API

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.