public class BootstrapMethodsAttribute extends Attribute
| Modifier and Type | Field and Description |
|---|---|
BootstrapMethodInfo[] |
bootstrapMethods |
int |
u2bootstrapMethodsCount |
u2attributeNameIndex, visitorInfo| Constructor and Description |
|---|
BootstrapMethodsAttribute()
Creates an uninitialized BootstrapMethodsAttribute.
|
BootstrapMethodsAttribute(int u2attributeNameIndex,
int u2bootstrapMethodsCount,
BootstrapMethodInfo[] bootstrapMethods)
Creates an initialized BootstrapMethodsAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Clazz clazz,
AttributeVisitor attributeVisitor)
Accepts the given visitor.
|
void |
bootstrapMethodEntriesAccept(Clazz clazz,
BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor)
Applies the given visitor to all bootstrap method info entries.
|
void |
bootstrapMethodEntryAccept(Clazz clazz,
int bootstrapMethodIndex,
BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor)
Applies the given visitor to the specified bootstrap method info
entry.
|
accept, accept, accept, getAttributeName, getVisitorInfo, setVisitorInfopublic int u2bootstrapMethodsCount
public BootstrapMethodInfo[] bootstrapMethods
public BootstrapMethodsAttribute()
public BootstrapMethodsAttribute(int u2attributeNameIndex,
int u2bootstrapMethodsCount,
BootstrapMethodInfo[] bootstrapMethods)
public void accept(Clazz clazz, AttributeVisitor attributeVisitor)
Attributepublic void bootstrapMethodEntriesAccept(Clazz clazz, BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor)
public void bootstrapMethodEntryAccept(Clazz clazz, int bootstrapMethodIndex, BootstrapMethodInfoVisitor bootstrapMethodInfoVisitor)
Copyright © 2015. All Rights Reserved.