Package gw.lang.debugger
Class AbstractActivationContext
java.lang.Object
gw.lang.debugger.AbstractActivationContext
- All Implemented Interfaces:
IActivationContext
- Direct Known Subclasses:
TransparentActivationContext
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ObjectDeprecated.private intDeprecated.private intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.intDeprecated.intDeprecated.booleanDeprecated.voidsetCurrentPrivateGlobalScopeIndex(int iIndex) Deprecated.voidsetCurrentScopeIndex(int iIndex) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.parser.IActivationContext
getLabel
-
Field Details
-
_ctx
Deprecated. -
_iCurrentScopeIndex
private int _iCurrentScopeIndexDeprecated. -
_iCurrentPrivateGlobalScopeIndex
private int _iCurrentPrivateGlobalScopeIndexDeprecated.
-
-
Constructor Details
-
AbstractActivationContext
Deprecated.
-
-
Method Details
-
getContext
Deprecated.- Specified by:
getContextin interfaceIActivationContext
-
getCurrentScopeIndex
public int getCurrentScopeIndex()Deprecated.- Specified by:
getCurrentScopeIndexin interfaceIActivationContext
-
setCurrentScopeIndex
public void setCurrentScopeIndex(int iIndex) Deprecated.- Specified by:
setCurrentScopeIndexin interfaceIActivationContext
-
getCurrentPrivateGlobalScopeIndex
public int getCurrentPrivateGlobalScopeIndex()Deprecated.- Specified by:
getCurrentPrivateGlobalScopeIndexin interfaceIActivationContext
-
setCurrentPrivateGlobalScopeIndex
public void setCurrentPrivateGlobalScopeIndex(int iIndex) Deprecated.- Specified by:
setCurrentPrivateGlobalScopeIndexin interfaceIActivationContext
-
isTransparent
public boolean isTransparent()Deprecated.- Specified by:
isTransparentin interfaceIActivationContext
-