Package ru.ispras.fortress.transformer
Interface VariableProvider
-
public interface VariableProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Variable
getVariable(Variable variable)
Substitutes one variable for another.
-
-
-
Method Detail
-
getVariable
Variable getVariable(Variable variable)
Substitutes one variable for another.- Parameters:
variable
- Variable to be substituted.- Returns:
- Variable substitution or
null
if no substitution is provided for this variable. - Throws:
java.lang.IllegalArgumentException
- if the argument isnull
.
-
-