Class TypeVisitorLifting


  • public class TypeVisitorLifting
    extends java.lang.Object
    Offers functions to lift functions that occur in the type check visitors. E.g. it can lift functions to handle Obscure, instead of having every function handle Obscure itself. Usually lifting allows the function being lifted to be used in a more general setting, e.g., from a setting without Obscure to a setting with Obscure.