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_0
The 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.fileName
conveys 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:
equals
in classStackFrame_1_0
-
hashCode
public int hashCode()- Overrides:
hashCode
in classStackFrame_1_0
-
toString
- Overrides:
toString
in classStackFrame_1_0
-