Class StackFrame_1_1

    • Field Detail

      • 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 fileRef
        The 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 Detail

      • StackFrame_1_1

        public StackFrame_1_1​(String declaringClass,
                              String methodName,
                              @Nullable
                              @Nullable String fileName,
                              int lineNumber,
                              @Nullable
                              @Nullable FileRef_1_0 fileRef)