Output.Analysis (java-analyzer 1.0-SNAPSHOT API)
- Enclosing class:
Output
-
Constructor Summary
Constructors
Creates an instance of a
Analysisrecord class. -
Method Summary
comments()Returns the value of the
commentsrecord component.final booleanIndicates whether some other object is "equal to" this one.
final inthashCode()Returns a hash code value for this object.
summary()Returns the value of the
summaryrecord component.toString()Returns a string representation of this record class.
-
Constructor Details
-
Analysis
Creates an instance of a
Analysisrecord class.- Parameters:
summary- the value for thesummaryrecord componentcomments- the value for thecommentsrecord component
-
-
Method Details
-
toString
public final String toString()
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components.
-
hashCode
public final int hashCode()
Returns a hash code value for this object. The value is derived from the hash code of each of the record components.
-
equals
public final boolean equals
(Object o) 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
Objects::equals(Object,Object). -
summary
Returns the value of the
summaryrecord component.- Returns:
- the value of the
summaryrecord component
-