Package net.hydromatic.morel.eval
Class Codes.LetCode
- java.lang.Object
-
- net.hydromatic.morel.eval.Codes.LetCode
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Codes
private static class Codes.LetCode extends Object implements Code
Code that implementsCodes.let(List, Code)with multiple arguments.
-
-
Field Summary
Fields Modifier and Type Field Description private com.google.common.collect.ImmutableList<Code>matchCodesprivate CoderesultCode
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Describerdescribe(Describer describer)Objecteval(EvalEnv evalEnv)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.hydromatic.morel.eval.Code
isConstant
-
-