Eclipse JDT
Release 3.8

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 TypeVisitor.visitPrimitiveType(PrimitiveType t)
          Visits a primitive type.
 void SimpleTypeVisitor.visitPrimitiveType(PrimitiveType t)
          Visits a primitive type.
 


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

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