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