public interface Script extends UpdatableScript
UpdatableScript
aspect is refactored out as a separate interface not to
overload Script
.Modifier and Type | Interface and Description |
---|---|
static class |
Script.Type
Denotes a script type.
|
UpdatableScript.ChangeDescription, UpdatableScript.ChangeStatus, UpdatableScript.CompileErrorFailure, UpdatableScript.Failure, UpdatableScript.FunctionNode<T extends UpdatableScript.FunctionNode<T>>, UpdatableScript.FunctionPositions, UpdatableScript.NewFunctionNode, UpdatableScript.OldFunctionNode, UpdatableScript.TextualDiff, UpdatableScript.UpdateCallback
Modifier and Type | Method and Description |
---|---|
int |
getEndLine() |
java.lang.Object |
getId()
Returns the script ID as reported by the JavaScript VM debugger.
|
java.lang.String |
getName() |
java.lang.String |
getSource() |
int |
getStartColumn() |
int |
getStartLine() |
Script.Type |
getType() |
boolean |
hasSource() |
boolean |
isCollected() |
previewSetSource, setSourceOnRemote
Script.Type getType()
java.lang.String getName()
java.lang.Object getId()
int getStartLine()
int getStartColumn()
int getEndLine()
java.lang.String getSource()
boolean hasSource()
boolean isCollected()
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.