buf.append("SourceDebugExtensionAttribute ").append(varName) .append(" = new SourceDebugExtensionAttribute(\"") .append(debugExtension).append("\");\n");
SourceDebugExtensionAttribute attr = (SourceDebugExtensionAttribute)super.read(cr, off, len, buf, codeOff, labels); ASMSourceDebugExtensionAttribute result = new ASMSourceDebugExtensionAttribute(); result.debugExtension = attr.debugExtension; return result;