Package gw.lang.parser
Interface IActivationContext
- All Known Implementing Classes:
AbstractActivationContext,GosuClassTransparentActivationContext,GosuParser.FunctionDeclTransparentActivationContext,GosuParser.GosuParserTransparentActivationContext,TransparentActivationContext
public interface IActivationContext
-
Method Summary
Modifier and TypeMethodDescriptionintintgetLabel()booleanvoidsetCurrentPrivateGlobalScopeIndex(int iIndex) voidsetCurrentScopeIndex(int iIndex)
-
Method Details
-
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()
-