VariableProcessorProtocol
internal protocol VariableProcessorProtocol
A processor that can process a raw value with extra information, such as interpreter and context
-
The method that can process the variable
Declaration
Swift
func process(_ variable: VariableValue) -> Any?
Parameters
variable
The raw value to process
Return Value
The computed value of the variable