Package gw.internal.gosu.parser
Class GosuParser.GosuParserTransparentActivationContext
- java.lang.Object
-
- gw.lang.debugger.AbstractActivationContext
-
- gw.internal.gosu.parser.TransparentActivationContext
-
- gw.internal.gosu.parser.GosuParser.GosuParserTransparentActivationContext
-
- All Implemented Interfaces:
IActivationContext
- Enclosing class:
- GosuParser
private static class GosuParser.GosuParserTransparentActivationContext extends TransparentActivationContext
-
-
Constructor Summary
Constructors Constructor Description GosuParserTransparentActivationContext(IScriptPartId scriptPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLabel()-
Methods inherited from class gw.internal.gosu.parser.TransparentActivationContext
isTransparent
-
Methods inherited from class gw.lang.debugger.AbstractActivationContext
getContext, getCurrentPrivateGlobalScopeIndex, getCurrentScopeIndex, setCurrentPrivateGlobalScopeIndex, setCurrentScopeIndex
-
-
-
-
Constructor Detail
-
GosuParserTransparentActivationContext
public GosuParserTransparentActivationContext(IScriptPartId scriptPart)
-
-