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'sthrowsclause. -
Uses of ReferenceType in com.sun.mirror.type
Subinterfaces of ReferenceType in com.sun.mirror.typeModifier and TypeInterfaceDescriptioninterfaceRepresents an annotation type.interfaceRepresents an array type.interfaceRepresents a class type.interfaceRepresents a declared type, either a class type or an interface type.interfaceRepresents an enum type.interfaceRepresents an interface type.interfaceRepresents 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 TypeMethodDescriptionvoidSimpleTypeVisitor.visitReferenceType(ReferenceType t) Visits a reference type.voidTypeVisitor.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.