Uses of Interface
gw.lang.parser.IActivationContext
Packages that use IActivationContext
-
Uses of IActivationContext in gw.internal.gosu.parser
Classes in gw.internal.gosu.parser that implement IActivationContextModifier and TypeClassDescription(package private) class
private static class
private static class
class
-
Uses of IActivationContext in gw.lang.debugger
Classes in gw.lang.debugger that implement IActivationContext -
Uses of IActivationContext in gw.lang.parser
Fields in gw.lang.parser declared as IActivationContextMethods in gw.lang.parser that return IActivationContextModifier and TypeMethodDescriptionIScope.getActivationCtx()
Get the activation record context.StandardScope.getActivationCtx()
Methods in gw.lang.parser with parameters of type IActivationContextModifier and TypeMethodDescriptionprivate IScope
StandardSymbolTable.createScope
(IActivationContext activationCtx) ISymbolTable.pushIsolatedScope
(IActivationContext activationCtx) Push a scope that demarcates an activation record.StandardSymbolTable.pushIsolatedScope
(IActivationContext activationCtx) ThreadSafeSymbolTable.pushIsolatedScope
(IActivationContext activationCtx) Constructors in gw.lang.parser with parameters of type IActivationContextModifierConstructorDescriptionStandardScope
(IActivationContext context) StandardScope
(IActivationContext context, int iSize)