public interface DepthTrackingEnv extends Env
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LEGAL_DEPTH
Limit on how deeply environments can recurse.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDepth()
Return how deep this environment is within nested closure/function calls.
|
buildStackTraceElements, closureOwner, declareVariable, getBreakAddress, getContinueAddress, getExceptionHandler, getInvoker, getLocalVariable, getLocalVariableType, getReturnAddress, setLocalVariablestatic final int MAX_LEGAL_DEPTH
Copyright © 2011–2019. All rights reserved.