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

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

package org.snapscript.core;

public interface Scope extends Handle {
   Type getType();
   Scope getInner(); // extend on current scope
   Scope getOuter(); // get callers scope
   Module getModule();   
   State getState();
   Model getModel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy