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 booleanisTransparent()-
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:
isTransparentin interfaceIActivationContext- Overrides:
isTransparentin classAbstractActivationContext
-
-