public class SyntheticAttribute extends Attribute
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
SyntheticAttribute()
Creates an uninitialized SyntheticAttribute.
|
SyntheticAttribute(int u2attributeNameIndex)
Creates an initialized SyntheticAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
AttributeVisitor attributeVisitor)
Accepts the given visitor.
|
void |
accept(Clazz clazz,
Field field,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given field.
|
void |
accept(Clazz clazz,
Method method,
AttributeVisitor attributeVisitor)
Accepts the given visitor in the context of the given method.
|
accept, getAttributeName, getVisitorInfo, setVisitorInfopublic SyntheticAttribute()
public SyntheticAttribute(int u2attributeNameIndex)
public void accept(Clazz clazz, AttributeVisitor attributeVisitor)
Attributepublic void accept(Clazz clazz, Field field, AttributeVisitor attributeVisitor)
AttributeCopyright © 2015. All Rights Reserved.