Synthetic_attribute
1072107310741075107610771078
} public static void addSyntheticAttribute(MethodInfo info) { ConstPool cp = info.getConstPool(); info.addAttribute(new SyntheticAttribute(cp)); }
1079108010811082108310841085
public static void addSyntheticAttribute(CtConstructor ctor) { MethodInfo info = ctor.getMethodInfo(); ConstPool cp = info.getConstPool(); info.addAttribute(new SyntheticAttribute(cp)); }
1086108710881089109010911092
public static void addSyntheticAttribute(CtField field) { FieldInfo info = field.getFieldInfo(); ConstPool cp = info.getConstPool(); info.addAttribute(new SyntheticAttribute(cp)); }
1071107210731074107510761077
1078107910801081108210831084
1085108610871088108910901091
1091109210931094109510961097
1098109911001101110211031104
1105110611071108110911101111