ix.test
Class MatchChoiceTest

java.lang.Object
  extended by ix.test.MatchChoiceTest

public class MatchChoiceTest
extends java.lang.Object

Lets the user type things in a Lisp-like syntax and see the corresponding XML.


Nested Class Summary
(package private) static class MatchChoiceTest.VarMaker
           
 
Field Summary
(package private)  Symbol BYE
           
(package private)  MatchChoiceManager choiceManager
           
(package private)  LispReader lin
           
(package private)  MatchChoiceTest.VarMaker varMaker
           
 
Constructor Summary
MatchChoiceTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
(package private)  MatchChoice makeMatchChoice(LList alists)
           
(package private)  void run()
           
(package private)  void runTest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lin

LispReader lin

varMaker

MatchChoiceTest.VarMaker varMaker

BYE

Symbol BYE

choiceManager

MatchChoiceManager choiceManager
Constructor Detail

MatchChoiceTest

public MatchChoiceTest()
Method Detail

main

public static void main(java.lang.String[] argv)

run

void run()

runTest

void runTest()
       throws java.lang.Exception
Throws:
java.lang.Exception

makeMatchChoice

MatchChoice makeMatchChoice(LList alists)