Package net.hydromatic.morel.compile
Class EnvVisitor.FromContext
- java.lang.Object
-
- net.hydromatic.morel.compile.EnvVisitor.FromContext
-
- Enclosing class:
- EnvVisitor
public static class EnvVisitor.FromContext extends Object
Where we are in an iteration through the steps of afrom. Allows the step handlers to retrieve the original environment and make a custom environment for each step (or part of a step).
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Core.FromStepstep(package private) EnvVisitorvisitor
-
Constructor Summary
Constructors Constructor Description FromContext(EnvVisitor visitor, Core.FromStep step)
-
-
-
Field Detail
-
visitor
final EnvVisitor visitor
-
step
final Core.FromStep step
-
-
Constructor Detail
-
FromContext
FromContext(EnvVisitor visitor, Core.FromStep step)
-
-