Record Class TypeRef
java.lang.Object
java.lang.Record
net.codecrete.windowsapi.winmd.tables.TypeRef
- Record Components:
resolutionScope- scope for resolving reference (ResolutionScope coded index)typeName- type name (string index)typeNamespace- type namespace (string index)
Row of the "TypeRef" table.
See ECMA-335, II.22.38 TypeRef
-
Constructor Summary
ConstructorsConstructorDescriptionTypeRef(int resolutionScope, int typeName, int typeNamespace) Creates an instance of aTypeRefrecord 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.intReturns the value of theresolutionScoperecord component.Gets the resolution scoped as a coded index.final StringtoString()Returns a string representation of this record class.inttypeName()Returns the value of thetypeNamerecord component.intReturns the value of thetypeNamespacerecord component.
-
Constructor Details
-
TypeRef
public TypeRef(int resolutionScope, int typeName, int typeNamespace) Creates an instance of aTypeRefrecord class.- Parameters:
resolutionScope- the value for theresolutionScoperecord componenttypeName- the value for thetypeNamerecord componenttypeNamespace- the value for thetypeNamespacerecord component
-
-
Method Details
-
resolutionScopeIndex
Gets the resolution scoped as a coded index.- Returns:
- coded index instance
-
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. -
resolutionScope
public int resolutionScope()Returns the value of theresolutionScoperecord component.- Returns:
- the value of the
resolutionScoperecord component
-
typeName
-
typeNamespace
public int typeNamespace()Returns the value of thetypeNamespacerecord component.- Returns:
- the value of the
typeNamespacerecord component
-