Package net.hydromatic.morel.eval
Class Codes.VectorUpdate
- java.lang.Object
-
- net.hydromatic.morel.eval.ApplicableImpl
-
- net.hydromatic.morel.eval.Applicable3<List,List,Integer,Object>
-
- net.hydromatic.morel.eval.Codes.VectorUpdate
-
- All Implemented Interfaces:
Applicable,Codes.Positioned,Describable
- Enclosing class:
- Codes
private static class Codes.VectorUpdate extends Applicable3<List,List,Integer,Object> implements Codes.Positioned
ImplementsBuiltIn.VECTOR_UPDATE.
-
-
Field Summary
-
Fields inherited from class net.hydromatic.morel.eval.ApplicableImpl
pos
-
-
Constructor Summary
Constructors Constructor Description VectorUpdate(Pos pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Listapply(List vec, Integer i, Object x)ApplicablewithPos(Pos pos)-
Methods inherited from class net.hydromatic.morel.eval.Applicable3
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
-
-
-
-
Constructor Detail
-
VectorUpdate
VectorUpdate(Pos pos)
-
-
Method Detail
-
withPos
public Applicable withPos(Pos pos)
- Specified by:
withPosin interfaceCodes.Positioned
-
-