case class CONSTANT_Methodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index) extends AsMethodref with Product with Serializable
- Alphabetic
- By Inheritance
- CONSTANT_Methodref_info
- Serializable
- Product
- Equals
- AsMethodref
- Constant_Pool_Entry
- ConstantPoolEntry
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new CONSTANT_Methodref_info(class_index: Constant_Pool_Index, name_and_type_index: Constant_Pool_Index)
Value Members
- 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
- def asInvokeDynamic: CONSTANT_InvokeDynamic_info
- Definition Classes
- 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
- AsMethodref → 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 class_index: Constant_Pool_Index
- Definition Classes
- CONSTANT_Methodref_info → AsMethodref
- def isDynamic: Boolean
- Definition Classes
- Constant_Pool_Entry
- final def isInterfaceMethodRef: Boolean
- Definition Classes
- CONSTANT_Methodref_info → AsMethodref
- val name_and_type_index: Constant_Pool_Index
- Definition Classes
- CONSTANT_Methodref_info → AsMethodref
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def tag: Int
- Definition Classes
- CONSTANT_Methodref_info → Constant_Pool_Entry