Class Tree

java.lang.Object
EDU.purdue.cs.bloat.tree.Node
EDU.purdue.cs.bloat.tree.Tree
All Implemented Interfaces:
InstructionVisitor, Opcode

public class Tree extends Node implements InstructionVisitor, Opcode
Tree represents the expression tree of a basic Block. It consists of an operand (expression) stack comprised of expressions and a list of statements contained in the block.
See Also: