public final class ScriptTypeProfile extends Object
| Constructor and Description |
|---|
ScriptTypeProfile(int scriptId,
String url,
TypeProfileEntry... entries) |
| Modifier and Type | Method and Description |
|---|---|
TypeProfileEntry[] |
getEntries() |
int |
getScriptId() |
String |
getUrl() |
com.oracle.truffle.tools.utils.json.JSONObject |
toJSON() |
public ScriptTypeProfile(int scriptId,
String url,
TypeProfileEntry... entries)
public int getScriptId()
public String getUrl()
public TypeProfileEntry[] getEntries()
public com.oracle.truffle.tools.utils.json.JSONObject toJSON()