Package jetbrains.mps.languageScope
Class LanguageScope
- java.lang.Object
 - 
- jetbrains.mps.languageScope.LanguageScope
 
 
- 
public class LanguageScope extends Object
User: fyodor Date: 8/27/12 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsNamespace(String namespace)LanguageScopedisjunction(LanguageScope that)booleanequals(Object that)static LanguageScopegetCurrent()static LanguageScopegetGlobal()inthashCode()static voidpopCurrent(LanguageScope languageScope, Object owner)static voidpushCurrent(LanguageScope langScope, Object owner) 
 - 
 
- 
- 
Method Detail
- 
getGlobal
public static LanguageScope getGlobal()
 
- 
getCurrent
public static LanguageScope getCurrent()
 
- 
pushCurrent
public static void pushCurrent(LanguageScope langScope, Object owner)
 
- 
popCurrent
public static void popCurrent(LanguageScope languageScope, Object owner)
 
- 
containsNamespace
public boolean containsNamespace(String namespace)
 
- 
disjunction
public LanguageScope disjunction(LanguageScope that)
 
 - 
 
 -