Package org.htmlunit.corejs.classfile
Class ClassFileWriter.BootstrapEntry
- java.lang.Object
-
- org.htmlunit.corejs.classfile.ClassFileWriter.BootstrapEntry
-
- Enclosing class:
- ClassFileWriter
final class ClassFileWriter.BootstrapEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
code
-
Constructor Summary
Constructors Constructor Description BootstrapEntry(ClassFileWriter.MHandle bsm, java.lang.Object... bsmArgs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
BootstrapEntry
BootstrapEntry(ClassFileWriter.MHandle bsm, java.lang.Object... bsmArgs)
-
-