Uses of Interface
com.sun.mirror.type.ClassType
Packages that use ClassType
Package
Description
Interfaces used to model program element declarations.
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
-
Uses of ClassType in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return ClassTypeModifier and TypeMethodDescriptionClassDeclaration.getSuperclass()
Returns the class type directly extended by this class. -
Uses of ClassType in com.sun.mirror.type
Subinterfaces of ClassType in com.sun.mirror.typeMethods in com.sun.mirror.type that return ClassTypeModifier and TypeMethodDescriptionClassType.getSuperclass()
Returns the class type that is a direct supertype of this one. -
Uses of ClassType in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type ClassTypeModifier and TypeMethodDescriptionvoid
SimpleTypeVisitor.visitClassType
(ClassType t) Visits a class type.void
TypeVisitor.visitClassType
(ClassType t) Visits a class type.