Uses of Package
spoon
Packages that use spoon
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
This package defines interfaces for Java file compilation with Spoon.
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package contains some default implementations for commonly used processing tasks.
This package defines the substitution and matching engines for Java templates.
This package defines a framework for well-typed pure-Java templates.
-
ClassDescriptionFluentLauncher provides a different, fluent interface for the launcher class.This class implements an integrated command-line launcher for processing programs at compile-time using the JDT-based builder (Eclipse).The type of source to consider in the modelTypes of output.Is the core entry point of Spoon.is a generic runtime exception for SpoonResponsible for building a spoon model from Java source code.The types of compilable elements FILES - compiles the java files from the file system, which were registered by
SpoonModelBuilder.addInputSource(File)
andSpoonModelBuilder.addTemplateSource(File)
CTTYPES - compiles virtual java files, which are dynamically generated from the all top level classes of the CtModel byDefaultJavaPrettyPrinter
-
Classes in spoon used by spoon.compilerClassDescriptionTypes of output.is a generic runtime exception for Spoon
-
Classes in spoon used by spoon.refactoring
-
Classes in spoon used by spoon.reflect.declaration
-
Classes in spoon used by spoon.reflect.path
-
Classes in spoon used by spoon.supportClassDescriptionTypes of output.is a generic runtime exception for Spoon
-
Classes in spoon used by spoon.support.compilerClassDescriptionThe type of source to consider in the modelis a generic runtime exception for Spoon
-
Classes in spoon used by spoon.support.compiler.jdtClassDescriptionTypes of output.Responsible for building a spoon model from Java source code.The types of compilable elements FILES - compiles the java files from the file system, which were registered by
SpoonModelBuilder.addInputSource(File)
andSpoonModelBuilder.addTemplateSource(File)
CTTYPES - compiles virtual java files, which are dynamically generated from the all top level classes of the CtModel byDefaultJavaPrettyPrinter
-
Classes in spoon used by spoon.support.template
-
Classes in spoon used by spoon.support.visitor.replace
-
Classes in spoon used by spoon.template
-
Classes in spoon used by spoon.testing.utilsClassDescriptionThis class implements an integrated command-line launcher for processing programs at compile-time using the JDT-based builder (Eclipse).