Class JavaBootstrapMethodsAttr
- java.lang.Object
-
- jadx.plugins.input.java.data.attributes.types.JavaBootstrapMethodsAttr
-
- All Implemented Interfaces:
IJavaAttribute
public class JavaBootstrapMethodsAttr extends java.lang.Object implements IJavaAttribute
-
-
Constructor Summary
Constructors Constructor Description JavaBootstrapMethodsAttr(java.util.List<RawBootstrapMethod> list)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<RawBootstrapMethod>getList()static IJavaAttributeReaderreader()
-
-
-
Constructor Detail
-
JavaBootstrapMethodsAttr
public JavaBootstrapMethodsAttr(java.util.List<RawBootstrapMethod> list)
-
-
Method Detail
-
getList
public java.util.List<RawBootstrapMethod> getList()
-
reader
public static IJavaAttributeReader reader()
-
-