java.lang.Object
org.glavo.classfile.impl.BootstrapMethodEntryImpl
- All Implemented Interfaces:
BootstrapMethodEntry,ClassFileElement,WritableElement<BootstrapMethodEntry>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the bootstrap arguments.Returns the bootstrap method.intbsmIndex()Returns the index into the bootstrap method table corresponding to this entry.Returns the constant pool associated with this entry.booleaninthashCode()voidWrites the element to the specified writer
-
Method Details
-
constantPool
Description copied from interface:BootstrapMethodEntryReturns the constant pool associated with this entry.- Specified by:
constantPoolin interfaceBootstrapMethodEntry- Returns:
- the constant pool associated with this entry
-
bootstrapMethod
Description copied from interface:BootstrapMethodEntryReturns the bootstrap method.- Specified by:
bootstrapMethodin interfaceBootstrapMethodEntry- Returns:
- the bootstrap method
-
arguments
Description copied from interface:BootstrapMethodEntryReturns the bootstrap arguments.- Specified by:
argumentsin interfaceBootstrapMethodEntry- Returns:
- the bootstrap arguments
-
equals
-
bsmIndex
public int bsmIndex()Description copied from interface:BootstrapMethodEntryReturns the index into the bootstrap method table corresponding to this entry.- Specified by:
bsmIndexin interfaceBootstrapMethodEntry- Returns:
- the index into the bootstrap method table corresponding to this entry
-
hashCode
public int hashCode() -
writeTo
Description copied from interface:WritableElementWrites the element to the specified writer- Specified by:
writeToin interfaceWritableElement<BootstrapMethodEntry>- Parameters:
writer- the writer
-