case class CONSTANT_InvokeDynamic_info(bootstrapMethodAttributeIndex: Int, nameAndTypeIndex: Constant_Pool_Index) extends Constant_Pool_Entry with Product with Serializable
Is used by the invokedynamic instruction to specify a bootstrap method, the dynamic invocation name, the argument and return types of the call, and optionally, a sequence of additional constants called static arguments to the bootstrap method.
- bootstrapMethodAttributeIndex
This is an index into the bootstrap table. Since the bootstrap table is a class level attribute it is only possible to resolve this reference after loading the entire class file (class level attributes are loaded last).
- Alphabetic
- By Inheritance
- CONSTANT_InvokeDynamic_info
- Serializable
- Product
- Equals
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CONSTANT_InvokeDynamic_info(bootstrapMethodAttributeIndex: Int, nameAndTypeIndex: Constant_Pool_Index)
- bootstrapMethodAttributeIndex
This is an index into the bootstrap table. Since the bootstrap table is a class level attribute it is only possible to resolve this reference after loading the entire class file (class level attributes are loaded last).
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asBootstrapArgument(cp: Constant_Pool): BootstrapArgument
- Definition Classes
- Constant_Pool_Entry
- def asConstantFieldValue(cp: Constant_Pool): ConstantFieldValue[_]
- Definition Classes
- Constant_Pool_Entry
- def asConstantValue(cp: Constant_Pool): ConstantValue[_]
- Definition Classes
- Constant_Pool_Entry
- def asDynamic: CONSTANT_Dynamic_info
- Definition Classes
- Constant_Pool_Entry
- def asFieldType: FieldType
- Definition Classes
- Constant_Pool_Entry
- def asFieldTypeSignature: FieldTypeSignature
- Definition Classes
- Constant_Pool_Entry
- def asFieldref(cp: Constant_Pool): (ObjectType, String, FieldType)
- Definition Classes
- Constant_Pool_Entry
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInvokeDynamic: CONSTANT_InvokeDynamic_info.this.type
- Definition Classes
- CONSTANT_InvokeDynamic_info → Constant_Pool_Entry
- def asMethodDescriptor: MethodDescriptor
- Definition Classes
- Constant_Pool_Entry
- def asMethodHandle(cp: Constant_Pool): MethodHandle
- Definition Classes
- Constant_Pool_Entry
- def asMethodref(cp: Constant_Pool): (ReferenceType, Boolean, String, MethodDescriptor)
- Definition Classes
- Constant_Pool_Entry
- def asModuleIdentifier(cp: Constant_Pool): String
- Definition Classes
- Constant_Pool_Entry
- def asNameAndType: CONSTANT_NameAndType_info
- Definition Classes
- Constant_Pool_Entry
- def asObjectType(cp: Constant_Pool): ObjectType
- Definition Classes
- Constant_Pool_Entry
- def asPackageIdentifier(cp: Constant_Pool): String
- Definition Classes
- Constant_Pool_Entry
- def asReferenceType(cp: Constant_Pool): ReferenceType
- Definition Classes
- Constant_Pool_Entry
- def asSignature(ap: AttributeParent): Signature
- Definition Classes
- Constant_Pool_Entry
- def asString: String
- Definition Classes
- Constant_Pool_Entry → ConstantPoolEntry
- val bootstrapMethodAttributeIndex: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def isDynamic: Boolean
- Definition Classes
- Constant_Pool_Entry
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def methodDescriptor(cp: Constant_Pool): MethodDescriptor
- def methodName(cp: Constant_Pool): String
- val nameAndTypeIndex: Constant_Pool_Index
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tag: Int
- Definition Classes
- CONSTANT_InvokeDynamic_info → Constant_Pool_Entry
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated