Home
last modified time | relevance | path

Searched full:human_witharrayofchildren (Results 1 – 2 of 2) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman_WithArrayOfChildrenTest.java29 public static class Human_WithArrayOfChildren extends AbstractHuman { class in Human_WithArrayOfChildrenTest
31 private Human_WithArrayOfChildren father;
32 private Human_WithArrayOfChildren mother;
33 private Human_WithArrayOfChildren partner;
34 private Human_WithArrayOfChildren bankAccountOwner;
35 protected Human_WithArrayOfChildren[] children;
37 public Human_WithArrayOfChildren() { in Human_WithArrayOfChildren() method in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
38 children = new Human_WithArrayOfChildren[0]; in Human_WithArrayOfChildren()
41 public Human_WithArrayOfChildren getFather() { in getFather()
45 public void setFather(Human_WithArrayOfChildren father) { in setFather()
[all …]
/external/snakeyaml/src/test/resources/recursive/
Dwith-childrenArray.yaml1 &id002 !!org.yaml.snakeyaml.recursive.Human_WithArrayOfChildrenTest$Human_WithArrayOfChildren