Uses of Interface
com.sun.mirror.type.DeclaredType
Package
Description
Interfaces used to model types.
Utilities to assist in the processing of declarations and types.
-
Uses of DeclaredType in com.sun.mirror.type
Modifier and TypeInterfaceDescriptioninterface
Represents an annotation type.interface
Represents a class type.interface
Represents an enum type.interface
Represents an interface type.Modifier and TypeMethodDescriptionDeclaredType.getContainingType()
Returns the type that contains this type as a member. -
Uses of DeclaredType in com.sun.mirror.util
Modifier and TypeMethodDescriptionTypes.getDeclaredType
(TypeDeclaration decl, TypeMirror... typeArgs) Returns the type corresponding to a type declaration and actual type arguments.Types.getDeclaredType
(DeclaredType containing, TypeDeclaration decl, TypeMirror... typeArgs) Returns the type corresponding to a type declaration and actual arguments, given a containing type of which it is a member.Modifier and TypeMethodDescriptionTypes.getDeclaredType
(DeclaredType containing, TypeDeclaration decl, TypeMirror... typeArgs) Returns the type corresponding to a type declaration and actual arguments, given a containing type of which it is a member.void
SimpleTypeVisitor.visitDeclaredType
(DeclaredType t) Visits a declared type.void
TypeVisitor.visitDeclaredType
(DeclaredType t) Visits a declared type.