Package net.hydromatic.morel.eval
Class Codes.GetCode
- java.lang.Object
-
- net.hydromatic.morel.eval.Codes.GetCode
-
- All Implemented Interfaces:
Code,Describable
- Enclosing class:
- Codes
private static class Codes.GetCode extends Object implements Code
Code that retrieves the value of a variable from the environment.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Describerdescribe(Describer describer)Objecteval(EvalEnv env)StringtoString()-
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.Code
isConstant
-
-