Package net.hydromatic.morel.eval
Interface Code
-
- All Known Implementing Classes:
Codes.TupleCode,Compiler.LinkCode
public interface CodeA compiled expression, that can be evaluated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.lang.Objecteval(EvalEnv env)default booleanisConstant()
-
-
-
Method Detail
-
eval
java.lang.Object eval(EvalEnv env)
-
isConstant
default boolean isConstant()
-
-