Package gw.internal.gosu.parser
Class GosuParser.FunctionDeclTransparentActivationContext
- java.lang.Object
-
- gw.lang.debugger.AbstractActivationContext
-
- gw.internal.gosu.parser.TransparentActivationContext
-
- gw.internal.gosu.parser.GosuParser.FunctionDeclTransparentActivationContext
-
- All Implemented Interfaces:
IActivationContext
- Enclosing class:
- GosuParser
private static class GosuParser.FunctionDeclTransparentActivationContext extends TransparentActivationContext
-
-
Constructor Summary
Constructors Constructor Description FunctionDeclTransparentActivationContext(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
-
FunctionDeclTransparentActivationContext
public FunctionDeclTransparentActivationContext(IScriptPartId scriptPart)
-
-