Lines Matching refs:body
44 Statement body;
54 public FinallyStatement(long where, Statement body, Statement finalbody) {
56 this.body = body;
61 // * Constructor for try (init) {body}
63 // public FinallyStatement(long where, Statement init, Statement body, int junk) {
64 // this(where, body, null);
169 Vset vset1 = body.check(env, newctx1, vset.copy(), newexp)
182 // generated by the body into exp.
204 if (body != null) {
205 body = body.inline(env, ctx);
210 if (body == null) {
214 return eliminate(env, body);
230 if (body != null) {
231 s.body = body.copyInline(ctx, valNeeded);
248 if (body != null) {
249 cost += body.costInline(thresh, env,ctx);
297 // Main body
300 body.code(env, bodyctx, asm);
304 // Cleanup afer body
348 if (body != null) {
349 body.print(out, indent);