Uses of Interface
com.sun.mirror.type.ReferenceType
Packages that use ReferenceType
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 ReferenceType in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionTypeParameterDeclaration.getBounds()
Returns the bounds of this type parameter.ExecutableDeclaration.getThrownTypes()
Returns the exceptions and other throwables listed in this method or constructor'sthrows
clause. -
Uses of ReferenceType in com.sun.mirror.type
Subinterfaces of ReferenceType in com.sun.mirror.typeModifier and TypeInterfaceDescriptioninterface
Represents an annotation type.interface
Represents an array type.interface
Represents a class type.interface
Represents a declared type, either a class type or an interface type.interface
Represents an enum type.interface
Represents an interface type.interface
Represents a type variable.Methods in com.sun.mirror.type that return types with arguments of type ReferenceTypeModifier and TypeMethodDescriptionWildcardType.getLowerBounds()
Returns the lower bounds of this wildcard.WildcardType.getUpperBounds()
Returns the upper bounds of this wildcard. -
Uses of ReferenceType in com.sun.mirror.util
Methods in com.sun.mirror.util with parameters of type ReferenceTypeModifier and TypeMethodDescriptionvoid
SimpleTypeVisitor.visitReferenceType
(ReferenceType t) Visits a reference type.void
TypeVisitor.visitReferenceType
(ReferenceType t) Visits a reference type.Method parameters in com.sun.mirror.util with type arguments of type ReferenceTypeModifier and TypeMethodDescriptionTypes.getWildcardType
(Collection<ReferenceType> upperBounds, Collection<ReferenceType> lowerBounds) Returns a new wildcard.