spo.src.SPDB.Query
Class parseTree

java.lang.Object
  |
  +--spo.src.SPDB.Query.parseTree

class parseTree
extends java.lang.Object

A class which constructs a parse tree by using binary tree representation


Field Summary
(package private)  parseTree left
           
(package private)  parseTree right
           
(package private)  java.lang.String value
           
 
Constructor Summary
(package private) parseTree(java.lang.String val, parseTree l, parseTree r)
          Initialize an instance for the class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

java.lang.String value

left

parseTree left

right

parseTree right
Constructor Detail

parseTree

parseTree(java.lang.String val,
          parseTree l,
          parseTree r)
Initialize an instance for the class

Parameters:
val - the value for the current node
l - the left child
r - the right child


Copyright © 2003 UKCS. All Rights Reserved.