lab8
Interface AssignTypeRequiring

All Known Subinterfaces:
AssignIsh
All Known Implementing Classes:
CastNode

public interface AssignTypeRequiring

A node whose right-child type must agree with the left-child type, as with an assignment or a cast node


Method Summary
 AbstractNode getAssignTypeNode()
          Get the left child (target type)
 AbstractNode getSubjectNode()
          Get the right child
 

Method Detail

getAssignTypeNode

AbstractNode getAssignTypeNode()
Get the left child (target type)


getSubjectNode

AbstractNode getSubjectNode()
Get the right child