17211722172317241725172617271728
JStatement body = dispProcessStatement(x.statement); if (body == null) { return null; } SourceInfo info = makeSourceInfo(x); return new JLabeledStatement(info, getOrCreateLabel(info, currentMethod, x.label), body); }
17241725172617271728172917301731
14081409141014111412141314141415
JStatement body = dispProcessStatement(x.statement); if (body == null) { return null; } SourceInfo info = makeSourceInfo(x); return new JLabeledStatement(program, info, getOrCreateLabel(info, currentMethod, x.label), body); }
16711672167316741675167616771678
1068106910701071107210731074107510761077
if (statement == null) { push(null); return; } SourceInfo info = makeSourceInfo(x); push(new JLabeledStatement(info, getOrCreateLabel(info, x.label), statement)); } catch (Throwable e) { throw translateException(x, e); } }
1072107310741075107610771078107910801081
18041805180618071808180918101811
1085108610871088108910901091109210931094
14301431143214331434143514361437