Package spo.src.SPDB.Query

Class Summary
Parser A class which constructs a Recursive-Decent Parse tree Rules follow E -> V E -> OE|OEE O -> S|P|C|X|J V -> $ OR E -> V E -> O_1E E -> O_2EE O_1 -> S|P|C O_2 -> X|J V -> $
parseTree A class which constructs a parse tree by using binary tree representation
 



Copyright © 2003 UKCS. All Rights Reserved.