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, 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 Details
-
TransparentActivationContext
-
-
Method Details
-
isTransparent
public boolean isTransparent()- Specified by:
isTransparent
in interfaceIActivationContext
- Overrides:
isTransparent
in classAbstractActivationContext
-