Class WithEnvironment


public final class WithEnvironment extends DerivedEnvironment
This environment stores "with" blocks. Actually, this is just a marker in the chain (tree) of environments.
  • Constructor Details

  • Method Details

    • getWithVarIdentifier

      public Object getWithVarIdentifier()
    • isDynamicScopeContext

      public boolean isDynamicScopeContext()
      Description copied from class: Environment
      Environment chain contains a dynamic scope (eval or with) that may shadow variables.
      Overrides:
      isDynamicScopeContext in class Environment