Class TransparentActivationContext
java.lang.Object
gw.lang.debugger.AbstractActivationContext
gw.internal.gosu.parser.TransparentActivationContext
- All Implemented Interfaces:
IActivationContext
- Direct Known Subclasses:
GosuClassTransparentActivationContext, GosuParser.FunctionDeclTransparentActivationContext, GosuParser.GosuParserTransparentActivationContext
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractActivationContext
getContext, getCurrentPrivateGlobalScopeIndex, getCurrentScopeIndex, setCurrentPrivateGlobalScopeIndex, setCurrentScopeIndexMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IActivationContext
getLabel
-
Constructor Details
-
TransparentActivationContext
-
-
Method Details
-
isTransparent
public boolean isTransparent()- Specified by:
isTransparentin interfaceIActivationContext- Overrides:
isTransparentin classAbstractActivationContext
-