Package javassist.bytecode
Class SyntheticAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.SyntheticAttribute
Synthetic_attribute.-
Field Summary
FieldsFields inherited from class javassist.bytecode.AttributeInfo
constPool, info, name -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a Synthetic attribute.SyntheticAttribute(ConstPool cp, int n, DataInputStream in) -
Method Summary
Methods inherited from class javassist.bytecode.AttributeInfo
copyAll, get, getConstPool, getLength, getName, getRefClasses, getRefClasses, length, lookup, read, remove, renameClass, renameClass, renameClass, renameClass, set, write, writeAll
-
Field Details
-
tag
The name of this attribute"Synthetic".- See Also:
-
-
Constructor Details
-
SyntheticAttribute
SyntheticAttribute(ConstPool cp, int n, DataInputStream in) throws IOException - Throws:
IOException
-
SyntheticAttribute
Constructs a Synthetic attribute.- Parameters:
cp- a constant pool table.
-
-
Method Details
-
copy
Makes a copy.- Overrides:
copyin classAttributeInfo- Parameters:
newCp- the constant pool table used by the new copy.classnames- should be null.
-