public static class JSONUtility.JSONContext extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
(package private) PrintWriter |
err |
(package private) ArrayList<String> |
path |
| Constructor and Description |
|---|
JSONContext(PrintWriter e,
String... paths) |
| Modifier and Type | Method and Description |
|---|---|
JSONUtility.JSONContext |
duplicate() |
void |
error(CharSequence s) |
CharSequence |
pathToString() |
void |
print(Exception ex) |
JSONUtility.JSONContext |
push(String name) |
void |
warning(CharSequence s) |
PrintWriter err
public JSONContext(PrintWriter e, String... paths)
public JSONUtility.JSONContext duplicate()
public JSONUtility.JSONContext push(String name)
public CharSequence pathToString()
public void error(CharSequence s)
public void warning(CharSequence s)
public void print(Exception ex)
EDB Working Group at Mon Dec 15 16:45:05 JST 2025