com.ibm.commerce.search.beans
Class Parser

java.lang.Object
  |
  +--com.ibm.commerce.search.beans.Parser

public class Parser
extends java.lang.Object

Reserved for IBM internal use.


Constructor Summary
Parser(java.lang.String keyWord)
          Constructor calls the parseKeyword function to parse the input phrase.
 
Method Summary
 java.util.Vector getList()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser(java.lang.String keyWord)
Constructor calls the parseKeyword function to parse the input phrase.
Parameters:
keyWord - String,
Method Detail

getList

public java.util.Vector getList()
Insert the method's description here. Creation date: (6/12/2001 4:20:26 PM)
Returns:
java.util.Vector