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 class
TransparentActivationContext
-
Uses of IActivationContext in gw.lang.debugger
Classes in gw.lang.debugger that implement IActivationContext Modifier and Type Class Description class
AbstractActivationContext
Deprecated. -
Uses of IActivationContext in gw.lang.parser
Methods in gw.lang.parser that return IActivationContext Modifier and Type Method Description IActivationContext
IScope. getActivationCtx()
Get the activation record context.IActivationContext
StandardScope. getActivationCtx()
Methods in gw.lang.parser with parameters of type IActivationContext Modifier and Type Method Description IScope
ISymbolTable. pushIsolatedScope(IActivationContext activationCtx)
Push a scope that demarcates an activation record.IScope
StandardSymbolTable. pushIsolatedScope(IActivationContext activationCtx)
IScope
ThreadSafeSymbolTable. pushIsolatedScope(IActivationContext activationCtx)
Constructors in gw.lang.parser with parameters of type IActivationContext Constructor Description StandardScope(IActivationContext context)
StandardScope(IActivationContext context, int iSize)
-