Beispiel #1
0
 public override bool include(TreeWalk walker)
 {
     return(a.include(walker) || b.include(walker));
 }