Package net.hydromatic.morel.eval
Class Codes.ListNth
- java.lang.Object
-
- net.hydromatic.morel.eval.ApplicableImpl
-
- net.hydromatic.morel.eval.Applicable2<Object,List,Integer>
-
- net.hydromatic.morel.eval.Codes.ListNth
-
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Enclosing class:
- Codes
private static class Codes.ListNth extends Applicable2<Object,List,Integer> implements Codes.Positioned
ImplementsBuiltIn.LIST_NTHandBuiltIn.VECTOR_SUB.
-
-
Field Summary
Fields Modifier and Type Field Description private BuiltInbuiltIn-
Fields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectapply(List list, Integer i)ApplicablewithPos(Pos pos)-
Methods inherited from class net.hydromatic.morel.eval.Applicable2
apply
-
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
apply, 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
-
-