|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.Arguments
public class Arguments
contains an argument list which has args to the method being called
| 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 |
|---|
public Arguments()
public Arguments(ArgumentList argList)
argList - the args this holds| Method Detail |
|---|
public ArgumentList getArgList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||