Interface IActivationContext

All Known Implementing Classes:
AbstractActivationContext, GosuClassTransparentActivationContext, GosuParser.FunctionDeclTransparentActivationContext, GosuParser.GosuParserTransparentActivationContext, TransparentActivationContext

public interface IActivationContext
  • 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()