Package net.hydromatic.morel.compile
Class EnvVisitor.FromContext
java.lang.Object
net.hydromatic.morel.compile.EnvVisitor.FromContext
- Enclosing class:
EnvVisitor
Where we are in an iteration through the steps of a
from.
Allows the step handlers to retrieve the original environment and make
a custom environment for each step (or part of a step).-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Core.FromStep(package private) final EnvVisitor -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
visitor
-
step
-
-
Constructor Details
-
FromContext
FromContext(EnvVisitor visitor, Core.FromStep step)
-