public static class JobStatistics.ScriptStatistics.ScriptStackFrame extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getEndColumn()
Returns the end column.
|
Integer |
getEndLine()
Returns the end line.
|
String |
getProcedureId()
Returns Name of the active procedure, empty if in a top-level script.
|
Integer |
getStartColumn()
Returns the start column
|
Integer |
getStartLine()
Returns the start line.
|
String |
getText()
Returns Text of the current statement/expression.
|
int |
hashCode() |
String |
toString() |
public Integer getEndColumn()
public Integer getEndLine()
public String getProcedureId()
public Integer getStartColumn()
public Integer getStartLine()
public String getText()
Copyright © 2019 Google LLC. All rights reserved.