Package | Description |
---|---|
spoon |
This root package provides the default integrated launchers for Spoon program processing.
|
spoon.reflect |
This package defines the Spoon's compile-time meta-model of Java programs.
|
spoon.reflect.factory |
This package defines all the sub-factories for the Spoon meta-model.
|
Modifier and Type | Method and Description |
---|---|
CtModel |
SpoonAPI.buildModel()
Builds the model
|
CtModel |
Launcher.buildModel() |
CtModel |
FluentLauncher.buildModel()
Builds the model
|
CtModel |
SpoonAPI.getModel()
Returns the model built from the sources given via
SpoonAPI.addInputResource(String) |
CtModel |
Launcher.getModel() |
Modifier and Type | Class and Description |
---|---|
class |
CtModelImpl |
Modifier and Type | Method and Description |
---|---|
<T extends CtModel> |
CtModelImpl.setBuildModelIsFinished(boolean buildModelFinished) |
<T extends CtModel> |
CtModel.setBuildModelIsFinished(boolean buildModelFinished)
Set to true to flag that a build model has been finished.
|
Modifier and Type | Method and Description |
---|---|
CtModel |
Factory.getModel()
returns the Spoon model that has been built with this factory or one of its subfactories
|
CtModel |
FactoryImpl.getModel() |
Copyright © 2007–2021 Inria. All rights reserved.