Uses of Interface
gw.lang.parser.IActivationContext
-
Packages that use IActivationContext Package Description gw.internal.gosu.parser gw.lang.debugger gw.lang.parser -
-
Uses of IActivationContext in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IActivationContext Modifier and Type Class Description (package private) classGosuClassTransparentActivationContextprivate static classGosuParser.FunctionDeclTransparentActivationContextprivate static classGosuParser.GosuParserTransparentActivationContextclassTransparentActivationContext -
Uses of IActivationContext in gw.lang.debugger
Classes in gw.lang.debugger that implement IActivationContext Modifier and Type Class Description classAbstractActivationContextDeprecated. -
Uses of IActivationContext in gw.lang.parser
Fields in gw.lang.parser declared as IActivationContext Modifier and Type Field Description private IActivationContextStandardScope. _activationContextMethods in gw.lang.parser that return IActivationContext Modifier and Type Method Description IActivationContextIScope. getActivationCtx()Get the activation record context.IActivationContextStandardScope. getActivationCtx()Methods in gw.lang.parser with parameters of type IActivationContext Modifier and Type Method Description private IScopeStandardSymbolTable. createScope(IActivationContext activationCtx)IScopeISymbolTable. pushIsolatedScope(IActivationContext activationCtx)Push a scope that demarcates an activation record.IScopeStandardSymbolTable. pushIsolatedScope(IActivationContext activationCtx)IScopeThreadSafeSymbolTable. pushIsolatedScope(IActivationContext activationCtx)Constructors in gw.lang.parser with parameters of type IActivationContext Constructor Description StandardScope(IActivationContext context)StandardScope(IActivationContext context, int iSize)
-