edu.pdx.cs399J.core
Class ParseString

java.lang.Object
  extended by edu.pdx.cs399J.core.ParseString

public class ParseString
extends Object

This classes parses strings from the command line using a StringTokenizer.


Constructor Summary
ParseString()
           
 
Method Summary
static void main(String[] args)
          The second String from the command line contains the parsing delimiters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseString

public ParseString()
Method Detail

main

public static void main(String[] args)
The second String from the command line contains the parsing delimiters.



Copyright © 2000-2009 Portland State University. All Rights Reserved.