public abstract class JsonValue extends Object implements JsonConvertible
| Constructor and Description |
|---|
JsonValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dump(PrintWriter writer,
int indent) |
void |
dump(com.oracle.truffle.api.TruffleFile path) |
JsonValue |
toJson() |
String |
toString() |
public JsonValue toJson()
toJson in interface JsonConvertiblepublic void dump(com.oracle.truffle.api.TruffleFile path)
public abstract void dump(PrintWriter writer, int indent)