Beispiel #1
0
 public AndNode(AbstractNode left, AbstractNode right)
 {
     this.left  = left;
     this.right = right;
 }