Package gw.lang.parser
Interface IActivationContext
- All Known Implementing Classes:
AbstractActivationContext
,GosuClassTransparentActivationContext
,GosuParser.FunctionDeclTransparentActivationContext
,GosuParser.GosuParserTransparentActivationContext
,TransparentActivationContext
public interface IActivationContext
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getLabel()
boolean
void
setCurrentPrivateGlobalScopeIndex
(int iIndex) void
setCurrentScopeIndex
(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()
-