public class SyntheticAttribute extends AttributeInfo
Synthetic_attribute.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
tag |
The name of this attribute
"Synthetic". |
| Constructor | Description |
|---|---|
SyntheticAttribute(ConstPool cp) |
Constructs a Synthetic attribute.
|
| Modifier and Type | Method | Description |
|---|---|---|
AttributeInfo |
copy(ConstPool newCp,
java.util.Map classnames) |
Makes a copy.
|
get, getConstPool, getName, length, setpublic static final java.lang.String tag
"Synthetic".public 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.Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.