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 Tue Jun 10 17:08:59 JST 2025