Class EvalEnvs


  • public class EvalEnvs
    extends java.lang.Object
    Helpers for EvalEnv.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EvalEnvs()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EvalEnv copyOf​(java.util.Map<java.lang.String,​java.lang.Object> valueMap)
      Creates an evaluation environment with the given (name, value) map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvalEnvs

        private EvalEnvs()
    • Method Detail

      • copyOf

        public static EvalEnv copyOf​(java.util.Map<java.lang.String,​java.lang.Object> valueMap)
        Creates an evaluation environment with the given (name, value) map.