Exemple #1
0
 @Override
 protected void collectVariables(Set<Variable> set) {
   ex1.collectVariables(set);
   ex2.collectVariables(set);
 }