Package gw.lang.parser
Interface IActivationContext
-
- All Known Implementing Classes:
AbstractActivationContext
public interface IActivationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetContext()intgetCurrentPrivateGlobalScopeIndex()intgetCurrentScopeIndex()StringgetLabel()booleanisTransparent()voidsetCurrentPrivateGlobalScopeIndex(int iIndex)voidsetCurrentScopeIndex(int iIndex)
-
-
-
Method Detail
-
getContext
Object getContext()
-
getCurrentScopeIndex
int getCurrentScopeIndex()
-
setCurrentScopeIndex
void setCurrentScopeIndex(int iIndex)
-
getCurrentPrivateGlobalScopeIndex
int getCurrentPrivateGlobalScopeIndex()
-
setCurrentPrivateGlobalScopeIndex
void setCurrentPrivateGlobalScopeIndex(int iIndex)
-
getLabel
String getLabel()
-
isTransparent
boolean isTransparent()
-
-