Uses of Class
de.grogra.xl.vmx.AbruptCompletion
-
Uses of AbruptCompletion in de.grogra.xl.expr
Modifier and TypeMethodDescriptionprotected AbruptCompletion
protected abstract AbruptCompletion
protected AbruptCompletion
-
Uses of AbruptCompletion in de.grogra.xl.vmx
Modifier and TypeClassDescriptionstatic final class
An abrupt completion due to abreak
orcontinue
.static final class
An abrupt completion due to areturn
.static final class
An abrupt completion due to a thrownThrowable
.Modifier and TypeMethodDescriptionAbruptCompletion.Nonlocal.getReason
(Authorization auth) Returns the wrapped abrupt completion if the current frame of theVMXState
corresponds to the frame that has been specified inVMXState.newNonlocal(int, AbruptCompletion, Authorization)
.Modifier and TypeMethodDescriptionVMXState.newNonlocal
(int nesting, AbruptCompletion reason, Authorization auth) Returns an instance ofAbruptCompletion.Nonlocal
.