Package net.hydromatic.morel.compile
Interface Compiler.Action
-
- Enclosing class:
- Compiler
static interface Compiler.ActionSomething that needs to happen when a declaration is evaluated.Usually involves placing a type or value into the bindings that will make up the environment in which the next statement will be executed, and printing some text on the screen.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(Consumer<String> outLines, Consumer<Binding> outBindings, EvalEnv evalEnv)
-