Package net.hydromatic.morel.eval
Class Codes.ApplyCode3
- java.lang.Object
-
- net.hydromatic.morel.eval.Codes.ApplyCode3
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Codes
private static class Codes.ApplyCode3 extends Object implements Code
Applies anApplicable3to threeCodearguments.
-
-
Constructor Summary
Constructors Constructor Description ApplyCode3(Applicable3 fnValue, Code argCode0, Code argCode1, Code argCode2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Describerdescribe(Describer describer)Objecteval(EvalEnv env)-
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
-
-
-
-
Field Detail
-
fnValue
private final Applicable3 fnValue
-
argCode0
private final Code argCode0
-
argCode1
private final Code argCode1
-
argCode2
private final Code argCode2
-
-
Constructor Detail
-
ApplyCode3
ApplyCode3(Applicable3 fnValue, Code argCode0, Code argCode1, Code argCode2)
-
-