Class RuntimeEnvironment

    • Field Detail

      • otherProjects

        private OtherProjects otherProjects
        Defines the other project variable, currently as a local set implementation using a hash set. This variable is global across the entire execution starting at a certain script including imported scripts etc.
    • Constructor Detail

      • RuntimeEnvironment

        public RuntimeEnvironment()
        Creates a new runtime environment using the default type registry.
      • RuntimeEnvironment

        public RuntimeEnvironment​(TypeRegistry typeRegistry)
        Creates a new runtime environment with a given type registry instance.
        Parameters:
        typeRegistry - the type registry to use