Uses of Interface
spoon.reflect.CtModel
Packages that use 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
Classes in spoon.reflect that implement CtModelMethods in spoon.reflect with type parameters of type CtModelModifier 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
Methods in spoon.reflect.factory that return CtModel