Lines Matching defs:lbl
41 Identifier lbl;
46 public ContinueStatement(long where, Identifier lbl) {
48 this.lbl = lbl;
61 CheckContext destctx = (CheckContext)new CheckContext(ctx, this).getContinueContext(lbl);
68 env.error(where, "branch.to.uplevel", lbl);
76 if (lbl != null) {
77 env.error(where, "label.not.found", lbl);
100 CodeContext destctx = (CodeContext)ctx.getContinueContext(lbl);
111 if (lbl != null) {
112 out.print(" " + lbl);