Class SuchThatShuttle.PatMap

java.lang.Object
net.hydromatic.morel.compile.SuchThatShuttle.PatMap
Enclosing class:
SuchThatShuttle

private static class SuchThatShuttle.PatMap extends Object
Maps patterns from their name in the "from" to their name after a sequence of renames.

For example, in "case (x, y) of (a, b) => a + b", "x" is renamed to "a" and "y" is renamed to "b".