387388389390391392393
private Operation createAddProperty() { String parent = chooseNodePath(); String name = createPropertyName(); String value = createValue(); return new SetProperty(parent, name, value); }
396397398399400401402
String path = choosePropertyPath(); if (path == null) { return null; } String value = createValue(); return new SetProperty(PathUtils.getParentPath(path), PathUtils.getName(path), value); }
381382383384385386387
390391392393394395396
347348349350351352353
356357358359360361362
346347348349350351352
355356357358359360361