Class JobStatistics.ScriptStatistics.ScriptStackFrame

    • Method Detail

      • getEndColumn

        public Integer getEndColumn()
        Returns the end column.
      • getEndLine

        public Integer getEndLine()
        Returns the end line.
      • getProcedureId

        public String getProcedureId()
        Returns Name of the active procedure, empty if in a top-level script.
      • getStartColumn

        public Integer getStartColumn()
        Returns the start column
      • getStartLine

        public Integer getStartLine()
        Returns the start line.
      • getText

        public String getText()
        Returns Text of the current statement/expression.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object