Uses of Interface
spoon.compiler.builder.JDTBuilder
Package
Description
This root package provides the default integrated launchers for Spoon program processing.
-
Uses of JDTBuilder in spoon
Modifier and TypeMethodDescriptionboolean
SpoonModelBuilder.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
Modifier 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
Modifier and TypeMethodDescriptionboolean
JDTBasedSpoonCompiler.build(JDTBuilder builder)
boolean
JDTSnippetCompiler.build(JDTBuilder builder)
protected boolean
JDTBasedSpoonCompiler.buildSources(JDTBuilder jdtBuilder)
protected boolean
JDTSnippetCompiler.buildSources(JDTBuilder jdtBuilder)
protected boolean
JDTBasedSpoonCompiler.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 boolean
JDTBasedSpoonCompiler.buildUnitsAndModel(JDTBuilder jdtBuilder, SpoonFolder sourcesFolder, String[] classpath, String debugMessagePrefix)
Get the units from the given source folder and build the Spoon Model.