|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcdx.scorebot.scoring.logic.ArgumentList
public class ArgumentList
stores a list of arguments to a function
| Constructor Summary | |
|---|---|
ArgumentList()
|
|
| Method Summary | |
|---|---|
void |
add(Expression exp)
adds an expression to the argument list |
java.util.Vector<Expression> |
getArgs()
gets the expressions which define an argument list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArgumentList()
| Method Detail |
|---|
public void add(Expression exp)
public java.util.Vector<Expression> getArgs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||