Package gw.internal.gosu.parser
Class TransparentActivationContext
- java.lang.Object
-
- gw.lang.debugger.AbstractActivationContext
-
- gw.internal.gosu.parser.TransparentActivationContext
-
- All Implemented Interfaces:
IActivationContext
public abstract class TransparentActivationContext extends AbstractActivationContext
-
-
Constructor Summary
Constructors Constructor Description TransparentActivationContext(Object ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTransparent()
-
Methods inherited from class gw.lang.debugger.AbstractActivationContext
getContext, getCurrentPrivateGlobalScopeIndex, getCurrentScopeIndex, setCurrentPrivateGlobalScopeIndex, setCurrentScopeIndex
-
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
-
TransparentActivationContext
public TransparentActivationContext(Object ctx)
-
-
Method Detail
-
isTransparent
public boolean isTransparent()
- Specified by:
isTransparent
in interfaceIActivationContext
- Overrides:
isTransparent
in classAbstractActivationContext
-
-