Package gw.internal.gosu.parser
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 gw.lang.debugger.AbstractActivationContext
getContext, getCurrentPrivateGlobalScopeIndex, getCurrentScopeIndex, setCurrentPrivateGlobalScopeIndex, setCurrentScopeIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gw.lang.parser.IActivationContext
getLabel
-
Constructor Details
-
TransparentActivationContext
-
-
Method Details
-
isTransparent
public boolean isTransparent()- Specified by:
isTransparentin interfaceIActivationContext- Overrides:
isTransparentin classAbstractActivationContext
-