public final class Params extends Object
| Constructor and Description |
|---|
Params(com.oracle.truffle.tools.utils.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
static Params |
createConsoleAPICalled(String type,
Object text,
long contextId) |
static Params |
createContext(long id,
String name) |
static Params |
createContextId(long id) |
Optional<Boolean> |
getBoolean(String name) |
String |
getBreakpointId() |
com.oracle.truffle.tools.utils.json.JSONObject |
getJSONObject() |
int |
getMaxDepth() |
String[] |
getPatterns() |
long |
getSamplingInterval() |
String |
getScriptId() |
String |
getState() |
public static Params createContextId(long id)
public static Params createConsoleAPICalled(String type, Object text, long contextId)
public com.oracle.truffle.tools.utils.json.JSONObject getJSONObject()
public String[] getPatterns()
public long getSamplingInterval()
public int getMaxDepth()
public String getState()
public String getScriptId()
public String getBreakpointId()