public final class Script extends Object
| Constructor and Description |
|---|
Script(int id,
String url,
com.oracle.truffle.api.source.Source source) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getCharacters() |
String |
getHash() |
int |
getId() |
com.oracle.truffle.api.source.Source |
getSource() |
String |
getUrl() |
public Script(int id,
String url,
com.oracle.truffle.api.source.Source source)
public int getId()
public String getUrl()
public com.oracle.truffle.api.source.Source getSource()
public CharSequence getCharacters()
public String getHash()