Eclipse JDT
Release 3.8

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.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.