Record Class MemberRef
java.lang.Object
java.lang.Record
net.codecrete.windowsapi.winmd.tables.MemberRef
- Record Components:
parent- parent class (MemberRefParent coded index)name- member name (string index)signature- member signature (blob index)
Row of the "MemberRef" table.
See ECMA-335, II.22.25 MemberRef
-
Constructor Summary
ConstructorsConstructorDescriptionMemberRef(int parent, int name, int signature) Creates an instance of aMemberRefrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.intname()Returns the value of thenamerecord component.intparent()Returns the value of theparentrecord component.Returns the class the member belongs to (MemberRefParent coded index)intReturns the value of thesignaturerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MemberRef
-
-
Method Details
-
parentIndex
Returns the class the member belongs to (MemberRefParent coded index)- Returns:
- coded index
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with thecomparemethod from their corresponding wrapper classes. -
parent
-
name
-
signature
-