Interface IVersionRestriction.IVariableMapper
-
- All Known Subinterfaces:
CopyVisitor.IVariableReplacer
- All Known Implementing Classes:
EvaluationUtils.VariableReplacer
- Enclosing interface:
- IVersionRestriction
public static interface IVersionRestriction.IVariableMapperMaps a variable to another while copying.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IVariablemap(IVariable variable)Mapsvariableto its copied version.
-