public class CaseEnv extends ProxyEnv
MAX_LEGAL_DEPTH| Constructor and Description |
|---|
CaseEnv(Env parent,
String label,
Continuation break_) |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
getBreakAddress(String label)
If we see a break statement, where should we go?
|
buildStackTraceElements, closureOwner, declareVariable, getContinueAddress, getDepth, getExceptionHandler, getInvoker, getLocalVariable, getLocalVariableType, getReturnAddress, setLocalVariablepublic CaseEnv(Env parent, String label, Continuation break_)
public Continuation getBreakAddress(String label)
EnvgetBreakAddress in interface EnvgetBreakAddress in class ProxyEnvlabel - Specifies the loop to break from. null for nearest loop.Copyright © 2011–2019. All rights reserved.