Class SuchThatShuttle

java.lang.Object
net.hydromatic.morel.ast.Shuttle
net.hydromatic.morel.compile.SuchThatShuttle

class SuchThatShuttle extends Shuttle
Converts unbounded variables to bounded variables.

For example, converts


 from e
   where e elem #emps scott
 

to


 from e in #emps scott