Package gw.lang.debugger
Class AbstractActivationContext
- java.lang.Object
-
- gw.lang.debugger.AbstractActivationContext
-
- All Implemented Interfaces:
IActivationContext
- Direct Known Subclasses:
TransparentActivationContext
public abstract class AbstractActivationContext extends Object implements IActivationContext
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AbstractActivationContext(Object ctx)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
getContext()
Deprecated.int
getCurrentPrivateGlobalScopeIndex()
Deprecated.int
getCurrentScopeIndex()
Deprecated.boolean
isTransparent()
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
-
-
-
-
Constructor Detail
-
AbstractActivationContext
public AbstractActivationContext(Object ctx)
Deprecated.
-
-
Method Detail
-
getContext
public Object 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
-
-