dip.misc
Class TestParser

java.lang.Object
  extended bydip.misc.TestParser

public class TestParser
extends java.lang.Object

A test harness that allows testing of the Order Parser (OrderParser.java).

		VARIANT: xxxxxxx
		SETUP
		ENDSETUP
		ORD:
		RES (or RESULT):

	Remove(Power power, Location src, Unit.Type srcUnit)
	Build(Power power, Location src, Unit.Type srcUnit)
	
	Disband(Power power, Location src, Unit.Type srcUnit)
	Retreat(Power power, Location src, Unit.Type srcUnitType, Location dest)
	
	Hold(Power power, Location src, Unit.Type srcUnit)
	
	Move(Power power, Location src, Unit.Type srcUnitType, Location dest, boolean isConvoying)
	
	Convoy(Power power, Location src, Unit.Type srcUnit, Location convoySrc, Unit.Type convoyUnitType, Location convoyDest)
	
	Support(Power power, Location src, Unit.Type srcUnit, Location supSrc, Unit.Type supUnit, Location supDest)

	Waive(Power power, Location src)

	


Method Summary
static void main(java.lang.String[] args)
          Start the parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Start the parser.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.