Interface FreshVarMapper<T>
- Type Parameters:
T- type of mapped objects
- All Known Implementing Classes:
DefaultFreshVarMapper
public interface FreshVarMapper<T>
Maps objects to fresh variables.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Modifier and TypeMethodDescriptiongetImageOf(T object) Returns the fresh variable associated with the given object.
-
Method Details
-
getImageOf
-