Uses of Interface
spoon.processing.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
Modifier and TypeMethodDescription@Nullable ProcessorProperties
Environment.getProcessorProperties(String processorName)
Returns the properties for a given processor.Modifier and TypeMethodDescriptionvoid
Environment.setProcessorProperties(String processorName, ProcessorProperties prop)
Sets the properties for a given processor. -
Uses of ProcessorProperties in spoon.processing
Modifier and TypeMethodDescriptionAbstractProcessor.loadProperties()
Helper method to load the properties of the given processor (usesEnvironment.getProcessorProperties(String)
).Modifier 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
Modifier and TypeMethodDescriptionStandardEnvironment.getProcessorProperties(String processorName)
Modifier and TypeMethodDescriptionvoid
StandardEnvironment.setProcessorProperties(String processorName, ProcessorProperties prop)
-
Uses of ProcessorProperties in spoon.testing.utils
Modifier and TypeMethodDescriptionstatic void
ProcessorUtils.initProperties(Processor<?> p, ProcessorProperties properties)
sets the fields of processor "p" given as parameter according to the properties