Package net.hydromatic.morel.compile
Interface Compiler.Action
-
- Enclosing class:
- Compiler
private 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(java.util.List<java.lang.String> output, java.util.List<Binding> bindings, EvalEnv evalEnv)
-