Uses of Interface
spoon.compiler.builder.JDTBuilder
Packages that use JDTBuilder
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of JDTBuilder in spoon
Methods in spoon with parameters of type JDTBuilderModifier and TypeMethodDescriptionbooleanSpoonModelBuilder.build(JDTBuilder builder)Builds the program's model with this compiler's factory and stores the result into this factory. -
Uses of JDTBuilder in spoon.compiler.builder
Classes in spoon.compiler.builder that implement JDTBuilderMethods in spoon.compiler.builder that return JDTBuilderModifier and TypeMethodDescriptionJDTBuilder.advancedOptions(AdvancedOptions<?> options)Advanced options for the compiler.JDTBuilderImpl.advancedOptions(AdvancedOptions<?> options)JDTBuilder.annotationProcessingOptions(AnnotationProcessingOptions<?> options)Annotation processing options for the compiler.JDTBuilderImpl.annotationProcessingOptions(AnnotationProcessingOptions<?> options)JDTBuilder.classpathOptions(ClasspathOptions<?> options)Classpath options for the compiler.JDTBuilderImpl.classpathOptions(ClasspathOptions<?> options)JDTBuilder.complianceOptions(ComplianceOptions<?> options)Compliance options for the compiler.JDTBuilderImpl.complianceOptions(ComplianceOptions<?> options)JDTBuilder.sources(SourceOptions<?> options)Sources for the compiler.JDTBuilderImpl.sources(SourceOptions<?> options) -
Uses of JDTBuilder in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type JDTBuilderModifier and TypeMethodDescriptionbooleanJDTBasedSpoonCompiler.build(JDTBuilder builder)booleanJDTSnippetCompiler.build(JDTBuilder builder)protected booleanJDTBasedSpoonCompiler.buildSources(JDTBuilder jdtBuilder)protected booleanJDTSnippetCompiler.buildSources(JDTBuilder jdtBuilder)protected booleanJDTBasedSpoonCompiler.buildTemplates(JDTBuilder jdtBuilder)protected org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration[]JDTBasedSpoonCompiler.buildUnits(JDTBuilder jdtBuilder, SpoonFolder sourcesFolder, String[] classpath, String debugMessagePrefix)Build the CompilationUnit found in the source folderprotected booleanJDTBasedSpoonCompiler.buildUnitsAndModel(JDTBuilder jdtBuilder, SpoonFolder sourcesFolder, String[] classpath, String debugMessagePrefix)Get the units from the given source folder and build the Spoon Model.