Package EDU.purdue.cs.bloat.tree

The classes necessary to create and represent a Java method as an expression tree.

See: Description

Package EDU.purdue.cs.bloat.tree Description

The classes necessary to create and represent a Java method as an expression tree. The nodes of the tree model various operations (arithmetic operations, method calls, exceptions being thrown, etc.) performed by a method. There are also classes that let you visit and operate on the tree.