Uses of Interface
gw.lang.parser.IActivationContext
-
Packages that use IActivationContext Package Description gw.lang.debugger gw.lang.parser -
-
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
Methods 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 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)
-