All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.snapscript.core.ScopeCombiner Maven / Gradle / Ivy


package org.snapscript.core;

public class ScopeCombiner {

   public static Scope combine(Scope inner, Scope outer) {
      return new CompoundScope(null, inner, outer);
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy