Package spoon.processing
Interface ProcessorProperties
- All Known Implementing Classes:
ProcessorPropertiesImpl
public interface ProcessorProperties
An interface to retrieve processor properties.
-
Method Summary
-
Method Details
-
get
Gets the property converted in given type or null (can be an array). -
set
Sets the given property. -
getProcessorName
String getProcessorName()Gets the corresponding processor name.
-