Eclipse JDT
Release 3.3

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

Packages that use PrimitiveType
com.sun.mirror.util Utilities to assist in the processing of declarations and types
 

Uses of PrimitiveType in com.sun.mirror.util
 

Methods in com.sun.mirror.util that return PrimitiveType
 PrimitiveType Types.getPrimitiveType(PrimitiveType.Kind kind)
          Returns a primitive type.
 

Methods in com.sun.mirror.util with parameters of type PrimitiveType
 void SimpleTypeVisitor.visitPrimitiveType(PrimitiveType t)
          Visits a primitive type.
 void TypeVisitor.visitPrimitiveType(PrimitiveType t)
          Visits a primitive type.
 


Eclipse JDT
Release 3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.