Class BootstrapMethodsAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.BootstrapMethodsAttribute
-
public final class BootstrapMethodsAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<BootstrapMethodsTableEntry>
_bootstrapMethods
-
Constructor Summary
Constructors Constructor Description BootstrapMethodsAttribute(BootstrapMethodsTableEntry... bootstrapMethods)
BootstrapMethodsAttribute(java.util.List<BootstrapMethodsTableEntry> bootstrapMethods)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static int
computeSize(BootstrapMethodsTableEntry[] bootstrapMethods)
java.util.List<BootstrapMethodsTableEntry>
getBootstrapMethods()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-
-
-
Field Detail
-
_bootstrapMethods
private final java.util.List<BootstrapMethodsTableEntry> _bootstrapMethods
-
-
Constructor Detail
-
BootstrapMethodsAttribute
public BootstrapMethodsAttribute(java.util.List<BootstrapMethodsTableEntry> bootstrapMethods)
-
BootstrapMethodsAttribute
public BootstrapMethodsAttribute(BootstrapMethodsTableEntry... bootstrapMethods)
-
-
Method Detail
-
getBootstrapMethods
public final java.util.List<BootstrapMethodsTableEntry> getBootstrapMethods()
-
computeSize
private static int computeSize(BootstrapMethodsTableEntry[] bootstrapMethods)
-
-