public final class CallArgument extends Object
| Modifier and Type | Method and Description |
|---|---|
static CallArgument |
get(com.oracle.truffle.tools.utils.json.JSONObject json) |
String |
getObjectId()
An object ID, or
null. |
Object |
getPrimitiveValue()
A primitive value, or
null. |
boolean |
isUndefined()
Whether is represents an undefined value.
|
public static CallArgument get(com.oracle.truffle.tools.utils.json.JSONObject json)
public Object getPrimitiveValue()
null.public String getObjectId()
null.public boolean isUndefined()