Class StackFrame_1_1
java.lang.Object
com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_0
com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_1
A frame within a stack trace.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @Nullable("when the frame did not contain an absolute file path") FileRef_1_0The file referenced by the stack frame.Fields inherited from class com.gradle.scan.eventmodel.gradle.exception.StackFrame_1_0
declaringClass, fileName, lineNumber, methodName -
Constructor Summary
ConstructorsConstructorDescriptionStackFrame_1_1(String declaringClass, String methodName, @Nullable String fileName, int lineNumber, @Nullable FileRef_1_0 fileRef) -
Method Summary
-
Field Details
-
fileRef
@Nullable("when the frame did not contain an absolute file path") public final @Nullable("when the frame did not contain an absolute file path") FileRef_1_0 fileRefThe file referenced by the stack frame.If the name indicated an absolute path, this property represents the file. Otherwise,
StackFrame_1_0.fileNameconveys the file name.
-
-
Constructor Details
-
StackFrame_1_1
public StackFrame_1_1(String declaringClass, String methodName, @Nullable @Nullable String fileName, int lineNumber, @Nullable @Nullable FileRef_1_0 fileRef)
-
-
Method Details
-
equals
- Overrides:
equalsin classStackFrame_1_0
-
hashCode
public int hashCode()- Overrides:
hashCodein classStackFrame_1_0
-
toString
- Overrides:
toStringin classStackFrame_1_0
-