Package net.hydromatic.morel.eval
Class Codes.ListTabulate
- java.lang.Object
-
- net.hydromatic.morel.eval.ApplicableImpl
-
- net.hydromatic.morel.eval.Codes.ListTabulate
-
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Enclosing class:
- Codes
private static class Codes.ListTabulate extends ApplicableImpl implements Codes.Positioned
ImplementsBuiltIn.LIST_TABULATE.
-
-
Field Summary
Fields Modifier and Type Field Description private BuiltInbuiltIn-
Fields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos
-
-
Constructor Summary
Constructors Constructor Description ListTabulate(BuiltIn builtIn, Pos pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(EvalEnv env, Object arg)ApplicablewithPos(Pos pos)-
Methods inherited from class net.hydromatic.morel.eval.ApplicableImpl
describe, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.hydromatic.morel.eval.Applicable
asCode
-
Methods inherited from interface net.hydromatic.morel.eval.Describable
describe
-
-
-
-
Field Detail
-
builtIn
private final BuiltIn builtIn
-
-
Method Detail
-
withPos
public Applicable withPos(Pos pos)
- Specified by:
withPosin interfaceCodes.Positioned
-
apply
public Object apply(EvalEnv env, Object arg)
- Specified by:
applyin interfaceApplicable
-
-