- All Implemented Interfaces:
Code, Describable
- Enclosing class:
Codes
private static class Codes.GetTupleCode
extends Object
implements Code
Code that retrieves, as a tuple, the value of several variables from the
environment.
-
Field Summary
Fields
private final com.google.common.collect.ImmutableList<String>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from interface net.hydromatic.morel.eval.Code
isConstant
-
Field Details
-
names
private final com.google.common.collect.ImmutableList<String> names
-
-
Constructor Details
-
GetTupleCode
GetTupleCode(com.google.common.collect.ImmutableList<String> names)
-
Method Details
-
-
-
eval
- Specified by:
eval in interface Code