Uses of Interface
spoon.reflect.declaration.CtPackageDeclaration
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 CtPackageDeclaration in spoon.reflect.declaration
Modifier and TypeMethodDescriptionCtPackageDeclaration.clone()
CtCompilationUnit.getPackageDeclaration()
CtPackageDeclaration.setReference(CtPackageReference reference)
Sets the reference to the package.Modifier and TypeMethodDescriptionCtCompilationUnit.setPackageDeclaration(CtPackageDeclaration packageDeclaration)
Sets the package declaration -
Uses of CtPackageDeclaration in spoon.reflect.factory
Modifier and TypeMethodDescriptionCoreFactory.createPackageDeclaration()
Creates a package declaration.Factory.createPackageDeclaration(CtPackageReference packageRef)
FactoryImpl.createPackageDeclaration(CtPackageReference packageRef)
PackageFactory.createPackageDeclaration(CtPackageReference packageRef)
Creates a package declaration of a package. -
Uses of CtPackageDeclaration in spoon.reflect.visitor
Modifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
void
CtBiScannerDefault.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
void
CtInheritanceScanner.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
void
CtScanner.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
void
CtVisitor.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
Visits a package declarationvoid
DefaultJavaPrettyPrinter.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
-
Uses of CtPackageDeclaration in spoon.support
-
Uses of CtPackageDeclaration in spoon.support.reflect.declaration
Modifier and TypeMethodDescriptionCtCompilationUnitImpl.setPackageDeclaration(CtPackageDeclaration packageDeclaration)
-
Uses of CtPackageDeclaration in spoon.support.visitor.clone
Modifier and TypeMethodDescriptionvoid
CloneVisitor.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)
-
Uses of CtPackageDeclaration in spoon.support.visitor.replace
Modifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtPackageDeclaration(CtPackageDeclaration packageDeclaration)