Package spoon.reflect.factory
package spoon.reflect.factory
This package defines all the sub-factories for the Spoon meta-model.
Related Documentation
-
InterfaceDescriptionThis interface defines the core creation methods for the meta-model (to be implemented so that Spoon can manipulate other meta-model implementations).Provides the sub-factories required by Spoon.
-
ClassDescriptionThe
CtAnnotationType
sub-factory.TheCtClass
sub-factory.This sub-factory contains utility methods to create code elements.A factory to create some evaluation utilities on the Spoon metamodel.TheCtConstructor
sub-factory.TheCtEnum
sub-factory.A factory to create some evaluation utilities on the Spoon metamodel.TheCtExecutable
sub-factory.ImplementsFactory
TheCtField
sub-factory.TheCtInterface
sub-factory.TheCtMethod
sub-factory.TheCtPackage
sub-factory.A factory to create some queries on the Spoon metamodel.This class is the superclass for all the sub-factories ofFactory
.TheCtType
sub-factory.