Searched defs:stopctx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DStatement.java214 * the current context "ctx", and the destination context "stopctx".
218 Context stopctx, Type save) {
223 for (Context c = ctx; (c != null) && (c != stopctx); c = c.prev) {
267 for (Context c = ctx ; (c != null) && (c != stopctx) ; c = c.prev) {
217 codeFinally(Environment env, Context ctx, Assembler asm, Context stopctx, Type save) argument

Completed in 23 milliseconds