コード例 #1
0
 public String getPath() {
   return myParent == null ? myName : myParent.getPath() + "/" + myName;
 }