javassist.bytecode
Class SyntheticAttribute
java.lang.Object
javassist.bytecode.AttributeInfo
javassist.bytecode.SyntheticAttribute
public class SyntheticAttribute
- extends AttributeInfo
Synthetic_attribute
.
Field Summary |
static String |
tag
The name of this attribute "Synthetic" . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tag
public static final String tag
- The name of this attribute
"Synthetic"
.
- See Also:
- Constant Field Values
SyntheticAttribute
public SyntheticAttribute(ConstPool cp)
- Constructs a Synthetic attribute.
- Parameters:
cp
- a constant pool table.
copy
public AttributeInfo copy(ConstPool newCp,
Map classnames)
- Makes a copy.
- Overrides:
copy
in class AttributeInfo
- Parameters:
newCp
- the constant pool table used by the new copy.classnames
- should be null.
Copyright © 2011. All Rights Reserved.