Uses of Package
spoon.support.visitor
Package
Description
This package defines all the sub-factories for the Spoon meta-model.
This package contains some default implementations for commonly used processing tasks.
-
ClassDescriptionProvides adapting of generic types from one scope to another scope.
-
-
ClassDescriptionHelper class created from type X or reference to X.Provides adapting of generic types from one scope to another scope.For the scope method or constructor and super type hierarchy of it's declaring type, it is able to adapt type parameters.Responsible for computing signatures for elements where a signature exists (CtType, CtMethod and CtPackage).Expects a
CtPackage
as input and upon calls to forEachSubTypeInPackage produces all sub classes and sub interfaces, which extends or implements super type(s) provided by call(s) ofSubInheritanceHierarchyResolver.addSuperType(CtTypeInformation)
and stored as `targetSuperTypes`.
The repeated processing of this mapping function on the same input returns only newly found sub types.