Uses of Interface
com.buschmais.jqassistant.plugin.java.api.model.generics.BoundDescriptor
Packages that use BoundDescriptor
Package
Description
-
Uses of BoundDescriptor in com.buschmais.jqassistant.plugin.java.api.model
Methods in com.buschmais.jqassistant.plugin.java.api.model that return BoundDescriptorModifier and TypeMethodDescriptionClassFileDescriptor.getGenericSuperClass()Return the generic super class.TypedDescriptor.getGenericType()MethodDescriptor.getReturnsGeneric()Return the generic return type of this method.Methods in com.buschmais.jqassistant.plugin.java.api.model that return types with arguments of type BoundDescriptorModifier and TypeMethodDescriptionClassFileDescriptor.getGenericInterfaces()Return the implemented generic interfaces.MethodDescriptor.getThrowsGeneric()Return all declared generic throwables of this method.Methods in com.buschmais.jqassistant.plugin.java.api.model with parameters of type BoundDescriptorModifier and TypeMethodDescriptionvoidClassFileDescriptor.setGenericSuperClass(BoundDescriptor genericSuperClass) Set the generic super class.voidTypedDescriptor.setGenericType(BoundDescriptor genericType) voidMethodDescriptor.setReturnsGeneric(BoundDescriptor returnsGeneric) -
Uses of BoundDescriptor in com.buschmais.jqassistant.plugin.java.api.model.generics
Subinterfaces of BoundDescriptor in com.buschmais.jqassistant.plugin.java.api.model.genericsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceMethods in com.buschmais.jqassistant.plugin.java.api.model.generics that return BoundDescriptorModifier and TypeMethodDescriptionGenericArrayTypeDescriptor.getComponentType()HasActualTypeArgumentDescriptor.getTypeArgument()Methods in com.buschmais.jqassistant.plugin.java.api.model.generics that return types with arguments of type BoundDescriptorModifier and TypeMethodDescriptionWildcardTypeDescriptor.getLowerBounds()TypeVariableDescriptor.getUpperBounds()WildcardTypeDescriptor.getUpperBounds()Methods in com.buschmais.jqassistant.plugin.java.api.model.generics with parameters of type BoundDescriptorModifier and TypeMethodDescriptionvoidGenericArrayTypeDescriptor.setComponentType(BoundDescriptor componentType) -
Uses of BoundDescriptor in com.buschmais.jqassistant.plugin.java.api.report
Methods in com.buschmais.jqassistant.plugin.java.api.report with parameters of type BoundDescriptor -
Uses of BoundDescriptor in com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.generics
Methods in com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.generics with parameters of type BoundDescriptorModifier and TypeMethodDescriptionprotected abstract voidAbstractBoundVisitor.apply(TypeDescriptor rawTypeBound, BoundDescriptor bound)