Class AttributeBootstrapMethods
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.AttributeBootstrapMethods
-
-
Field Summary
Fields Modifier and Type Field Description protected BootstrapMethod[]
bootstrapMethods
-
Constructor Summary
Constructors Constructor Description AttributeBootstrapMethods(BootstrapMethod[] bootstrapMethods)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BootstrapMethod[]
getBootstrapMethods()
-
-
-
Field Detail
-
bootstrapMethods
protected BootstrapMethod[] bootstrapMethods
-
-
Constructor Detail
-
AttributeBootstrapMethods
public AttributeBootstrapMethods(BootstrapMethod[] bootstrapMethods)
-
-
Method Detail
-
getBootstrapMethods
public BootstrapMethod[] getBootstrapMethods()
-
-