cdx.scorebot.scoring.logic
Class Arguments

java.lang.Object
  extended by cdx.scorebot.scoring.logic.Arguments

public class Arguments
extends java.lang.Object

contains an argument list which has args to the method being called

Author:
David Underhill

Constructor Summary
Arguments()
          instantiate an Arguments object which has no args
Arguments(ArgumentList argList)
          instantiate an Arguments object
 
Method Summary
 ArgumentList getArgList()
          gets the list of args for this method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arguments

public Arguments()
instantiate an Arguments object which has no args


Arguments

public Arguments(ArgumentList argList)
instantiate an Arguments object

Parameters:
argList - the args this holds
Method Detail

getArgList

public ArgumentList getArgList()
gets the list of args for this method