Uses of Interface
spoon.reflect.declaration.CtUsedService
Packages that use CtUsedService
Package
Description
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtUsedService in spoon.reflect.declaration
Methods in spoon.reflect.declaration with type parameters of type CtUsedServiceModifier and TypeMethodDescription<T extends CtUsedService>
TCtUsedService.setServiceType(CtTypeReference providingType)
Methods in spoon.reflect.declaration that return CtUsedServiceMethods in spoon.reflect.declaration that return types with arguments of type CtUsedServiceMethods in spoon.reflect.declaration with parameters of type CtUsedServiceModifier and TypeMethodDescription<T extends CtModule>
TCtModule.addUsedService(CtUsedService usedService)
<T extends CtModule>
TCtModule.removeUsedService(CtUsedService usedService)
Method parameters in spoon.reflect.declaration with type arguments of type CtUsedServiceModifier and TypeMethodDescription<T extends CtModule>
TCtModule.setUsedServices(List<CtUsedService> usedServices)
-
Uses of CtUsedService in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtUsedServiceModifier and TypeMethodDescriptionCoreFactory.createUsedService()
Creates a "uses" directive for a Java 9 module fileFactory.createUsedService(CtTypeReference typeReference)
FactoryImpl.createUsedService(CtTypeReference typeReference)
ModuleFactory.createUsedService(CtTypeReference typeReference)
-
Uses of CtUsedService in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtUsedServiceModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtUsedService(CtUsedService usedService)
void
CtBiScannerDefault.visitCtUsedService(CtUsedService usedService)
void
CtInheritanceScanner.visitCtUsedService(CtUsedService usedService)
void
CtScanner.visitCtUsedService(CtUsedService usedService)
void
CtVisitor.visitCtUsedService(CtUsedService usedService)
Visits a "uses" directive in a module declaration.void
DefaultJavaPrettyPrinter.visitCtUsedService(CtUsedService usedService)
-
Uses of CtUsedService in spoon.support
Methods in spoon.support that return CtUsedService -
Uses of CtUsedService in spoon.support.reflect.declaration
Classes in spoon.support.reflect.declaration that implement CtUsedServiceMethods in spoon.support.reflect.declaration with type parameters of type CtUsedServiceModifier and TypeMethodDescription<T extends CtUsedService>
TCtUsedServiceImpl.setServiceType(CtTypeReference usedService)
Methods in spoon.support.reflect.declaration that return CtUsedServiceMethods in spoon.support.reflect.declaration that return types with arguments of type CtUsedServiceMethods in spoon.support.reflect.declaration with parameters of type CtUsedServiceModifier and TypeMethodDescription<T extends CtModule>
TCtModuleImpl.addUsedService(CtUsedService consumedService)
<T extends CtModule>
TCtModuleImpl.removeUsedService(CtUsedService usedService)
Method parameters in spoon.support.reflect.declaration with type arguments of type CtUsedServiceModifier and TypeMethodDescription<T extends CtModule>
TCtModuleImpl.setUsedServices(List<CtUsedService> consumedServices)
-
Uses of CtUsedService in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtUsedServiceModifier and TypeMethodDescriptionvoid
CloneVisitor.visitCtUsedService(CtUsedService usedService)
-
Uses of CtUsedService in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtUsedServiceModifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtUsedService(CtUsedService usedService)