|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.javassist.bytecode.AttributeInfo
classUtils.javassist.bytecode.SyntheticAttribute
public class SyntheticAttribute
Synthetic_attribute
.
Field Summary | |
---|---|
static java.lang.String |
tag
The name of this attribute "Synthetic" . |
Constructor Summary | |
---|---|
SyntheticAttribute(ConstPool cp)
Constructs a Synthetic attribute. |
Method Summary | |
---|---|
AttributeInfo |
copy(ConstPool newCp,
java.util.Map classnames)
Makes a copy. |
Methods inherited from class classUtils.javassist.bytecode.AttributeInfo |
---|
get, getConstPool, getName, length, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String tag
"Synthetic"
.
Constructor Detail |
---|
public SyntheticAttribute(ConstPool cp)
cp
- a constant pool table.filename
- the name of the source file.Method Detail |
---|
public AttributeInfo copy(ConstPool newCp, java.util.Map classnames)
copy
in class AttributeInfo
newCp
- the constant pool table used by the new copy.classnames
- should be null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |