void |
CopyPathsAction.foundLeafBeforePathEnd(TreePath jp,
java.lang.Object obj) |
|
void |
NavigateAction.foundLeafBeforePathEnd(TreePath jp,
java.lang.Object obj) |
reached leaf node (not a container) in source but specified path expects children - the
specified path does not exist in the source
|
private TreePath |
TreeNavigator.getClone(TreePath jp) |
|
void |
CopyPathsAction.handleLeaf(TreePath jp,
int arrIndex,
java.lang.Object o) |
|
void |
CopyPathsAction.handleLeaf(TreePath jp,
java.lang.Object o) |
|
void |
NavigateAction.handleLeaf(TreePath tp,
int arrIndex,
java.lang.Object arrItem) |
called when a leaf in a L is reached.
|
void |
NavigateAction.handleLeaf(TreePath tp,
java.lang.Object value) |
called when a leaf node is reached in a M.
|
private void |
CopyPathsAction.handleNewNode(TreePath jp,
java.lang.Object node) |
|
void |
TreeNavigator.nav(TreePath jp,
L list) |
|
void |
TreeNavigator.nav(TreePath jp,
M map) |
|
void |
CopyPathsAction.pathTailNotFound(TreePath jp,
java.lang.Object source) |
|
void |
NavigateAction.pathTailNotFound(TreePath tp,
java.lang.Object source) |
reached end of branch in source before end of specified path - the specified path does not
exist in the source
|
void |
CopyPathsAction.recurEnd(TreePath jp,
JSONArray ja) |
|
void |
CopyPathsAction.recurEnd(TreePath jp,
JSONObject jo) |
|
void |
NavigateAction.recurEnd(TreePath tp,
L l) |
|
void |
NavigateAction.recurEnd(TreePath tp,
M m) |
|
boolean |
CopyPathsAction.recurInto(TreePath jp,
JSONArray o) |
|
boolean |
CopyPathsAction.recurInto(TreePath jp,
JSONObject o) |
|
boolean |
NavigateAction.recurInto(TreePath tp,
L sourceNode) |
called when an array node is encountered on the path
|
boolean |
NavigateAction.recurInto(TreePath tp,
M sourceNode) |
called when an object node is encountered on the path
|