Package net.hydromatic.morel.eval
Class Codes.ApplyCode
- java.lang.Object
-
- net.hydromatic.morel.eval.Codes.ApplyCode
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Codes
private static class Codes.ApplyCode extends Object implements Code
Applies anApplicableto aCode.
-
-
Field Summary
Fields Modifier and Type Field Description private CodeargCodeprivate ApplicablefnValue
-
Constructor Summary
Constructors Constructor Description ApplyCode(Applicable fnValue, Code argCode)
-
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 Applicable fnValue
-
argCode
private final Code argCode
-
-
Constructor Detail
-
ApplyCode
ApplyCode(Applicable fnValue, Code argCode)
-
-