|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException de.grogra.xl.vmx.AbruptCompletion de.grogra.xl.vmx.AbruptCompletion.Break
public static final class AbruptCompletion.Break
An abrupt completion due to a break
or
continue
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.grogra.xl.vmx.AbruptCompletion |
---|
AbruptCompletion.Break, AbruptCompletion.Nonlocal, AbruptCompletion.Return, AbruptCompletion.Throw |
Method Summary | |
---|---|
void |
dispose()
This method can be used to recycle this instance. |
int |
getLabel()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void dispose()
dispose
in class AbruptCompletion
public int getLabel()
getLabel
in class AbruptCompletion
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |