lab8
Interface SameTypeRequiring


public interface SameTypeRequiring

A node whose semantics want the left and rightchild to agree on type. For extra credit you can handle promotions to make this work.


Method Summary
 AbstractNode getLeftChild()
           
 AbstractNode getRightChild()
           
 

Method Detail

getLeftChild

AbstractNode getLeftChild()

getRightChild

AbstractNode getRightChild()