public class ScriptParsed extends Object
| Constructor and Description |
|---|
ScriptParsed() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEndColumn()
Length of the last line of the script.
|
Integer |
getEndLine()
Last line of the script.
|
Map<String,Object> |
getExecutionContextAuxData()
Embedder-specific auxiliary data.
|
Integer |
getExecutionContextId()
Specifies script creation context.
|
String |
getHash()
Content hash of the script.
|
Boolean |
getHasSourceURL()
True, if this script has sourceURL.
|
Boolean |
getIsLiveEdit()
True, if this script is generated as a result of the live edit operation.
|
Boolean |
getIsModule()
True, if this script is ES6 module.
|
Integer |
getLength()
This script length.
|
String |
getScriptId()
Identifier of the script parsed.
|
String |
getSourceMapURL()
URL of source map associated with script (if any).
|
StackTrace |
getStackTrace()
JavaScript top stack frame of where the script parsed event was triggered if available.
|
Integer |
getStartColumn()
Column offset of the script within the resource with given URL.
|
Integer |
getStartLine()
Line offset of the script within the resource with given URL (for script tags).
|
String |
getUrl()
URL or name of the script parsed (if any).
|
void |
setEndColumn(Integer endColumn)
Length of the last line of the script.
|
void |
setEndLine(Integer endLine)
Last line of the script.
|
void |
setExecutionContextAuxData(Map<String,Object> executionContextAuxData)
Embedder-specific auxiliary data.
|
void |
setExecutionContextId(Integer executionContextId)
Specifies script creation context.
|
void |
setHash(String hash)
Content hash of the script.
|
void |
setHasSourceURL(Boolean hasSourceURL)
True, if this script has sourceURL.
|
void |
setIsLiveEdit(Boolean isLiveEdit)
True, if this script is generated as a result of the live edit operation.
|
void |
setIsModule(Boolean isModule)
True, if this script is ES6 module.
|
void |
setLength(Integer length)
This script length.
|
void |
setScriptId(String scriptId)
Identifier of the script parsed.
|
void |
setSourceMapURL(String sourceMapURL)
URL of source map associated with script (if any).
|
void |
setStackTrace(StackTrace stackTrace)
JavaScript top stack frame of where the script parsed event was triggered if available.
|
void |
setStartColumn(Integer startColumn)
Column offset of the script within the resource with given URL.
|
void |
setStartLine(Integer startLine)
Line offset of the script within the resource with given URL (for script tags).
|
void |
setUrl(String url)
URL or name of the script parsed (if any).
|
public String getScriptId()
public void setScriptId(String scriptId)
public String getUrl()
public void setUrl(String url)
public Integer getStartLine()
public void setStartLine(Integer startLine)
public Integer getStartColumn()
public void setStartColumn(Integer startColumn)
public Integer getEndLine()
public void setEndLine(Integer endLine)
public Integer getEndColumn()
public void setEndColumn(Integer endColumn)
public Integer getExecutionContextId()
public void setExecutionContextId(Integer executionContextId)
public String getHash()
public void setHash(String hash)
public Map<String,Object> getExecutionContextAuxData()
public void setExecutionContextAuxData(Map<String,Object> executionContextAuxData)
public Boolean getIsLiveEdit()
public void setIsLiveEdit(Boolean isLiveEdit)
public String getSourceMapURL()
public void setSourceMapURL(String sourceMapURL)
public Boolean getHasSourceURL()
public void setHasSourceURL(Boolean hasSourceURL)
public Boolean getIsModule()
public void setIsModule(Boolean isModule)
public Integer getLength()
public void setLength(Integer length)
public StackTrace getStackTrace()
public void setStackTrace(StackTrace stackTrace)
Copyright © 2020. All rights reserved.