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 Object
Deprecated.private int
Deprecated.private int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.int
Deprecated.int
Deprecated.boolean
Deprecated.void
setCurrentPrivateGlobalScopeIndex
(int iIndex) Deprecated.void
setCurrentScopeIndex
(int iIndex) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getContext
in interfaceIActivationContext
-
getCurrentScopeIndex
public int getCurrentScopeIndex()Deprecated.- Specified by:
getCurrentScopeIndex
in interfaceIActivationContext
-
setCurrentScopeIndex
public void setCurrentScopeIndex(int iIndex) Deprecated.- Specified by:
setCurrentScopeIndex
in interfaceIActivationContext
-
getCurrentPrivateGlobalScopeIndex
public int getCurrentPrivateGlobalScopeIndex()Deprecated.- Specified by:
getCurrentPrivateGlobalScopeIndex
in interfaceIActivationContext
-
setCurrentPrivateGlobalScopeIndex
public void setCurrentPrivateGlobalScopeIndex(int iIndex) Deprecated.- Specified by:
setCurrentPrivateGlobalScopeIndex
in interfaceIActivationContext
-
isTransparent
public boolean isTransparent()Deprecated.- Specified by:
isTransparent
in interfaceIActivationContext
-