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 IActivationContext -
Uses of IActivationContext in gw.lang.debugger
Classes in gw.lang.debugger that implement IActivationContext -
Uses of IActivationContext in gw.lang.parser
Methods 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 TypeMethodDescriptionISymbolTable.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)