Uses of Class
org.mal_lang.lib.Scope
-
-
Uses of Scope in org.mal_lang.lib
Fields in org.mal_lang.lib declared as Scope Modifier and Type Field Description Scope<T>
Scope. parent
Methods in org.mal_lang.lib that return Scope Modifier and Type Method Description Scope<T>
Scope. getScopeFor(String key)
Constructors in org.mal_lang.lib with parameters of type Scope Constructor Description Scope(Scope<T> parent)
-