Uses of Interface
spoon.SpoonModelBuilder
Packages that use SpoonModelBuilder
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of SpoonModelBuilder in spoon
Methods in spoon that return SpoonModelBuilderModifier and TypeMethodDescriptionLauncher.createCompiler()Launcher.createCompiler(List<SpoonResource> inputSources)Creates a new Spoon Java compiler with a default factory and a list of input sources.Launcher.createCompiler(Factory factory)Creates a new Spoon Java compiler in order to process and compile Java source code.Launcher.createCompiler(Factory factory, List<SpoonResource> inputSources)Launcher.createCompiler(Factory factory, List<SpoonResource> inputSources, List<SpoonResource> templateSources)Creates a new Spoon Java compiler in order to process and compile Java source code.SpoonAPI.createCompiler()Creates a new Spoon compiler (for building the model)protected SpoonModelBuilderLauncher.getCompilerInstance(Factory factory)Instantiates the compiler.Launcher.getModelBuilder() -
Uses of SpoonModelBuilder in spoon.support.compiler.jdt
Classes in spoon.support.compiler.jdt that implement SpoonModelBuilderModifier and TypeClassDescriptionclassMain class of Spoon to build the model.class