Package javassist.bytecode
Class SyntheticAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.SyntheticAttribute
Synthetic_attribute
.-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class javassist.bytecode.AttributeInfo
get, getConstPool, getName, length, set
-
Field Details
-
tag
The name of this attribute"Synthetic"
.- See Also:
-
-
Constructor Details
-
SyntheticAttribute
Constructs a Synthetic attribute.- Parameters:
cp
- a constant pool table.
-
-
Method Details
-
copy
Makes a copy.- Overrides:
copy
in classAttributeInfo
- Parameters:
newCp
- the constant pool table used by the new copy.classnames
- should be null.
-