Package net.hydromatic.morel.eval
Class Codes.ApplyCode2
- java.lang.Object
-
- net.hydromatic.morel.eval.Codes.ApplyCode2
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Codes
private static class Codes.ApplyCode2 extends Object implements Code
Applies anApplicable2to twoCodearguments.
-
-
Constructor Summary
Constructors Constructor Description ApplyCode2(Applicable2 fnValue, Code argCode0, Code argCode1)
-
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 Applicable2 fnValue
-
argCode0
private final Code argCode0
-
argCode1
private final Code argCode1
-
-
Constructor Detail
-
ApplyCode2
ApplyCode2(Applicable2 fnValue, Code argCode0, Code argCode1)
-
-