Lines Matching defs:lbl
41 Identifier lbl;
46 public BreakStatement(long where, Identifier lbl) {
48 this.lbl = lbl;
57 CheckContext destctx = (CheckContext)new CheckContext(ctx, this).getBreakContext(lbl);
60 env.error(where, "branch.to.uplevel", lbl);
64 if (lbl != null) {
65 env.error(where, "label.not.found", lbl);
89 CodeContext destctx = (CodeContext)newctx.getBreakContext(lbl);
101 if (lbl != null) {
102 out.print(" " + lbl);