Class JobStatistics.ScriptStatistics.ScriptStackFrame (2.39.1)

public static class JobStatistics.ScriptStatistics.ScriptStackFrame

Inheritance

Object > JobStatistics.ScriptStatistics.ScriptStackFrame

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getEndColumn()

public Integer getEndColumn()

Returns the end column.

Returns
Type Description
Integer

getEndLine()

public Integer getEndLine()

Returns the end line.

Returns
Type Description
Integer

getProcedureId()

public String getProcedureId()

Returns Name of the active procedure, empty if in a top-level script.

Returns
Type Description
String

getStartColumn()

public Integer getStartColumn()

Returns the start column

Returns
Type Description
Integer

getStartLine()

public Integer getStartLine()

Returns the start line.

Returns
Type Description
Integer

getText()

public String getText()

Returns Text of the current statement/expression.

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides