Package spoon.compiler
This package defines interfaces for Java file compilation with Spoon.
Related Documentation
-
Interface Summary Interface Description Environment This interface represents the environment in which Spoon is launched - accessible throughFactory.getEnvironment()
.SpoonFile This interface represents files that can be used as resources for the Spoon compiler.SpoonFolder A Spoon resource that represents a folder.SpoonResource This interface defines generic resources that are used bySpoonModelBuilder
in the Java compilation process. -
Class Summary Class Description SpoonResourceHelper This class defines a helper for manipulating resources. -
Enum Summary Enum Description Environment.PRETTY_PRINTING_MODE Drives how the model is pretty-printed to disk, or whenCtElement.prettyprint()
is called -
Exception Summary Exception Description InvalidClassPathException ModelBuildingException thrown when the Spoon model of a program cannot be built