Class JobStatistics.ScriptStatistics.ScriptStackFrame (2.50.1)

publicstaticclass JobStatistics.ScriptStatistics.ScriptStackFrame

Inheritance

Object > JobStatistics.ScriptStatistics.ScriptStackFrame

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getEndColumn()

publicIntegergetEndColumn()

Returns the end column.

Returns
Type Description
Integer

getEndLine()

publicIntegergetEndLine()

Returns the end line.

Returns
Type Description
Integer

getProcedureId()

publicStringgetProcedureId()

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

Returns
Type Description
String

getStartColumn()

publicIntegergetStartColumn()

Returns the start column

Returns
Type Description
Integer

getStartLine()

publicIntegergetStartLine()

Returns the start line.

Returns
Type Description
Integer

getText()

publicStringgetText()

Returns Text of the current statement/expression.

Returns
Type Description
String

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.