Interface DepthTrackingEnv

All Superinterfaces:
Env, Serializable
All Known Implementing Classes:
BlockScopeEnv, CaseEnv, FunctionCallEnv, ProxyEnv, TryBlockEnv

public interface DepthTrackingEnv extends Env
Author:
Sam Van Oort
  • Field Details

  • Method Details

    • getDepth

      int getDepth()
      Return how deep this environment is within nested closure/function calls.