See: Description
Interface | Description |
---|---|
Environment |
This interface represents the environment in which Spoon is launched -
accessible through
Factory.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 by
SpoonModelBuilder in the Java compilation process. |
Class | Description |
---|---|
SpoonResourceHelper |
This class defines a helper for manipulating resources.
|
Enum | Description |
---|---|
Environment.PRETTY_PRINTING_MODE |
Drives how the model is pretty-printed to disk, or when
CtElement.prettyprint() is called |
Exception | Description |
---|---|
InvalidClassPathException | |
ModelBuildingException |
thrown when the Spoon model of a program cannot be built
|
This package defines interfaces for Java file compilation with Spoon.
Copyright © 2007–2021 Inria. All rights reserved.