Uses of Interface
spoon.SpoonModelBuilder.InputType
Packages that use SpoonModelBuilder.InputType
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of SpoonModelBuilder.InputType in spoon
Fields in spoon declared as SpoonModelBuilder.InputTypeModifier and TypeFieldDescriptionstatic SpoonModelBuilder.InputType
SpoonModelBuilder.InputType.CTTYPES
static SpoonModelBuilder.InputType
SpoonModelBuilder.InputType.FILES
Methods in spoon with parameters of type SpoonModelBuilder.InputTypeModifier and TypeMethodDescriptionboolean
SpoonModelBuilder.compile(SpoonModelBuilder.InputType... types)
Generates the bytecode associated to the classes stored in this compiler's factory. -
Uses of SpoonModelBuilder.InputType in spoon.support.compiler.jdt
Classes in spoon.support.compiler.jdt that implement SpoonModelBuilder.InputTypeFields in spoon.support.compiler.jdt declared as SpoonModelBuilder.InputTypeModifier and TypeFieldDescriptionstatic SpoonModelBuilder.InputType
FactoryCompilerConfig.INSTANCE
static SpoonModelBuilder.InputType
FileCompilerConfig.INSTANCE
Default implementation of which initializesJDTBatchCompiler
by all sources and templates registered inSpoonModelBuilder
Methods in spoon.support.compiler.jdt with parameters of type SpoonModelBuilder.InputTypeModifier and TypeMethodDescriptionboolean
JDTBasedSpoonCompiler.compile(SpoonModelBuilder.InputType... types)
protected JDTBatchCompiler
JDTBasedSpoonCompiler.createBatchCompiler(SpoonModelBuilder.InputType... types)