public class SyntheticAttribute extends AttributeInfo
Synthetic_attribute.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
tag
The name of this attribute
"Synthetic". |
constPool, info, name| Constructor and Description |
|---|
SyntheticAttribute(ConstPool cp)
Constructs a Synthetic attribute.
|
SyntheticAttribute(ConstPool cp,
int n,
java.io.DataInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo |
copy(ConstPool newCp,
java.util.Map classnames)
Makes a copy.
|
copyAll, get, getConstPool, getLength, getName, getRefClasses, getRefClasses, length, lookup, read, remove, renameClass, renameClass, renameClass, renameClass, set, write, writeAllpublic static final java.lang.String tag
"Synthetic".SyntheticAttribute(ConstPool cp, int n, java.io.DataInputStream in) throws java.io.IOException
java.io.IOExceptionpublic SyntheticAttribute(ConstPool cp)
cp - a constant pool table.public AttributeInfo copy(ConstPool newCp, java.util.Map classnames)
copy in class AttributeInfonewCp - the constant pool table used by the new copy.classnames - should be null.