test.java
Class TestParser

java.lang.Object
  extended by test.java.TestParser

public class TestParser
extends java.lang.Object

Version:
28-Sep-2004 greg: Add catch from DaReference constructor for UndefinedNameException, now thrown if name does not parse successfully.
Author:
gsm

Constructor Summary
TestParser(java.lang.String theArgument)
          Creates a new instance of TestParser
 
Method Summary
static void main(java.lang.String[] args)
           
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParser

public TestParser(java.lang.String theArgument)
Creates a new instance of TestParser

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

test

public void test()