Record Class LPCObjectInspection.FieldValue
java.lang.Object
java.lang.Record
io.github.protasm.jvmud.compiler.exec.LPCObjectInspection.FieldValue
- Enclosing class:
LPCObjectInspection
-
Constructor Summary
Constructors -
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.name()Returns the value of thenamerecord component.Returns the value of theownerClassrecord component.Returns the value of theownerNamerecord component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.value()Returns the value of thevaluerecord component.
-
Constructor Details
-
FieldValue
Creates an instance of aFieldValuerecord class.- Parameters:
ownerClass- the value for theownerClassrecord componentownerName- the value for theownerNamerecord componenttype- the value for thetyperecord componentname- the value for thenamerecord componentvalue- the value for thevaluerecord component
-
-
Method Details
-
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 withObjects::equals(Object,Object). -
ownerClass
Returns the value of theownerClassrecord component.- Returns:
- the value of the
ownerClassrecord component
-
ownerName
Returns the value of theownerNamerecord component.- Returns:
- the value of the
ownerNamerecord component
-
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
value
Returns the value of thevaluerecord component.- Returns:
- the value of the
valuerecord component
-