Package org.hawk.ds

Class Summary
BinaryTree This creates a binary tree from the input string
BinaryTree.Node This represents the node of the binary tree.
Element This is a placeholder for perspective element in the input string.
Expression This represents the input
HawkCalculator This computes hawk operation on the two input hawk variable.
HawkDSConstant  
Stack<T> Not to be confused with java's stack...
 

Enum Summary
OperatorEnum This defines all the operation supported in hawk.