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

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

There is a newer version: 1.4.6
Show newest version

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 - 2025 Weber Informatics LLC | Privacy Policy