public interface JSONVisitor
Modifier and Type | Method and Description |
---|---|
void |
enterJSONArray(JSONArray<? extends JSON> arr) |
void |
enterJSONObject(JSONObject obj) |
void |
exitJSONArray(JSONArray<? extends JSON> arr) |
void |
exitJSONObject(JSONObject obj) |
void |
visitJSONBoolean(JSONBoolean el) |
void |
visitJSONInteger(JSONInteger el) |
void |
visitJSONProperty(JSONObject.Property prop) |
void |
visitJSONString(JSONString el) |
void enterJSONObject(JSONObject obj)
void exitJSONObject(JSONObject obj)
void visitJSONString(JSONString el)
void visitJSONInteger(JSONInteger el)
void visitJSONBoolean(JSONBoolean el)
void visitJSONProperty(JSONObject.Property prop)