com.sun.tools.javac.comp
static class: Flow.PendingExit [javadoc |
source]
java.lang.Object
com.sun.tools.javac.comp.Flow$PendingExit
A pending exit. These are the statements return, break, and
continue. In addition, exception-throwing expressions or
statements are put here when not known to be caught. This
will typically result in an error unless it is within a
try-finally whose finally block cannot complete normally.
Field Summary |
---|
JCTree | tree | |
Bits | inits | |
Bits | uninits | |
Type | thrown | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |