Beispiel #1
0
 @Override
 public Node copy(NodeFactory nf) {
   return nf.BooleanLit(this.position, this.value);
 }