Package gw.lang.parser
Interface IActivationContext
-
- All Known Implementing Classes:
AbstractActivationContext
,TransparentActivationContext
public interface IActivationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getContext()
int
getCurrentPrivateGlobalScopeIndex()
int
getCurrentScopeIndex()
String
getLabel()
boolean
isTransparent()
void
setCurrentPrivateGlobalScopeIndex(int iIndex)
void
setCurrentScopeIndex(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()
-
-