Package gw.lang.debugger
Class AbstractActivationContext
- java.lang.Object
-
- gw.lang.debugger.AbstractActivationContext
-
- All Implemented Interfaces:
IActivationContext
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 ObjectgetContext()Deprecated.intgetCurrentPrivateGlobalScopeIndex()Deprecated.intgetCurrentScopeIndex()Deprecated.booleanisTransparent()Deprecated.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, 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:
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
-
-