Uses of Interface
spoon.processing.ProcessorProperties
Packages that use ProcessorProperties
Package
Description
This package defines interfaces for Java file compilation with Spoon.
This package contains the core API for code processing.
This package contains some default implementations for commonly used processing tasks.
-
Uses of ProcessorProperties in spoon.compiler
Methods in spoon.compiler that return ProcessorPropertiesModifier and TypeMethodDescription@Nullable ProcessorProperties
Environment.getProcessorProperties(String processorName)
Returns the properties for a given processor.Methods in spoon.compiler with parameters of type ProcessorPropertiesModifier and TypeMethodDescriptionvoid
Environment.setProcessorProperties(String processorName, ProcessorProperties prop)
Sets the properties for a given processor. -
Uses of ProcessorProperties in spoon.processing
Classes in spoon.processing that implement ProcessorPropertiesMethods in spoon.processing that return ProcessorPropertiesModifier and TypeMethodDescriptionAbstractProcessor.loadProperties()
Helper method to load the properties of the given processor (usesEnvironment.getProcessorProperties(String)
).Methods in spoon.processing with parameters of type ProcessorPropertiesModifier and TypeMethodDescriptionvoid
AbstractManualProcessor.initProperties(ProcessorProperties properties)
void
AbstractProcessor.initProperties(ProcessorProperties properties)
Helper method to initialize the properties of a given processor.void
Processor.initProperties(ProcessorProperties properties)
Initializes the properties defined by this processor by using the environment. -
Uses of ProcessorProperties in spoon.support
Methods in spoon.support that return ProcessorPropertiesModifier and TypeMethodDescriptionStandardEnvironment.getProcessorProperties(String processorName)
Methods in spoon.support with parameters of type ProcessorPropertiesModifier and TypeMethodDescriptionvoid
StandardEnvironment.setProcessorProperties(String processorName, ProcessorProperties prop)
-
Uses of ProcessorProperties in spoon.testing.utils
Methods in spoon.testing.utils with parameters of type ProcessorPropertiesModifier and TypeMethodDescriptionstatic void
ProcessorUtils.initProperties(Processor<?> p, ProcessorProperties properties)
sets the fields of processor "p" given as parameter according to the properties