Class JobStatistics.ScriptStatistics.ScriptStackFrame (2.38.2)

public static class JobStatistics.ScriptStatistics.ScriptStackFrame

Inheritance

Object > JobStatistics.ScriptStatistics.ScriptStackFrame

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getEndColumn()

public Integer getEndColumn()

Returns the end column.

Returns
TypeDescription
Integer

getEndLine()

public Integer getEndLine()

Returns the end line.

Returns
TypeDescription
Integer

getProcedureId()

public String getProcedureId()

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

Returns
TypeDescription
String

getStartColumn()

public Integer getStartColumn()

Returns the start column

Returns
TypeDescription
Integer

getStartLine()

public Integer getStartLine()

Returns the start line.

Returns
TypeDescription
Integer

getText()

public String getText()

Returns Text of the current statement/expression.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides