Uses of Interface
spoon.reflect.CtModel
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
This package defines the Spoon's compile-time meta-model of Java programs.
This package defines all the sub-factories for the Spoon meta-model.
-
Uses of CtModel in spoon
Modifier and TypeMethodDescriptionFluentLauncher.buildModel()
Builds the modelLauncher.buildModel()
SpoonAPI.buildModel()
Builds the modelLauncher.getModel()
SpoonAPI.getModel()
Returns the model built from the sources given viaSpoonAPI.addInputResource(String)
-
Uses of CtModel in spoon.reflect
Modifier and TypeMethodDescription<T extends CtModel>
TCtModel.setBuildModelIsFinished(boolean buildModelFinished)
Set to true to flag that a build model has been finished.<T extends CtModel>
TCtModelImpl.setBuildModelIsFinished(boolean buildModelFinished)
-
Uses of CtModel in spoon.reflect.factory