Uses of Interface
com.sun.mirror.type.PrimitiveType
-
Packages that use PrimitiveType Package Description 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 Modifier and Type Method Description PrimitiveTypeTypes. getPrimitiveType(PrimitiveType.Kind kind)Returns a primitive type.Methods in com.sun.mirror.util with parameters of type PrimitiveType Modifier and Type Method Description voidSimpleTypeVisitor. visitPrimitiveType(PrimitiveType t)Visits a primitive type.voidTypeVisitor. visitPrimitiveType(PrimitiveType t)Visits a primitive type.
-