Record Class JStubFile
java.lang.Object
java.lang.Record
honeyroasted.jypestub.model.JStubFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclasses()Returns the value of theclassesrecord component.final 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.static JStubFileof(Collection<honeyroasted.jype.type.JClassType> classTypes) runTests(honeyroasted.jype.system.JTypeSystem system) runTestsReport(honeyroasted.jype.system.JTypeSystem system) tests()Returns the value of thetestsrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
JStubFile
Creates an instance of aJStubFilerecord class.- Parameters:
name- the value for thenamerecord componentclasses- the value for theclassesrecord componenttests- the value for thetestsrecord component
-
-
Method Details
-
of
-
runTests
-
runTestsReport
-
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). -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
classes
Returns the value of theclassesrecord component.- Returns:
- the value of the
classesrecord component
-
tests
-