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 java.lang.Object implements IActivationContext
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object_ctxDeprecated.private int_iCurrentPrivateGlobalScopeIndexDeprecated.private int_iCurrentScopeIndexDeprecated.
-
Constructor Summary
Constructors Constructor Description AbstractActivationContext(java.lang.Object ctx)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.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
-
-
-
-
Method Detail
-
getContext
public java.lang.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
-
-