Class Environments


  • public abstract class Environments
    extends java.lang.Object
    Helpers for Environment.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Environment BASIC_ENVIRONMENT
      An environment with the only the built-in stuff.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Environments()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Environment empty()
      Creates an empty environment.
      private static Environment getBind()  
      • Methods inherited from class java.lang.Object

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

      • BASIC_ENVIRONMENT

        private static final Environment BASIC_ENVIRONMENT
        An environment with the only the built-in stuff.
    • Constructor Detail

      • Environments

        private Environments()
    • Method Detail

      • empty

        public static Environment empty()
        Creates an empty environment.