javassist.bytecode
public class SyntheticAttribute extends AttributeInfo
Synthetic_attribute
.
Field Summary | |
---|---|
static String | tag
The name of this attribute "Synthetic" . |
Constructor Summary | |
---|---|
SyntheticAttribute(ConstPool cp)
Constructs a Synthetic attribute.
|
Method Summary | |
---|---|
AttributeInfo | copy(ConstPool newCp, Map classnames)
Makes a copy.
|
"Synthetic"
.Parameters: cp a constant pool table.
Parameters: newCp the constant pool table used by the new copy. classnames should be null.