|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.FunctionCall
public abstract class FunctionCall
Definition of a function call.
| Constructor Summary | |
|---|---|
protected |
FunctionCall()
Default constructor. |
| Method Summary | |
|---|---|
void |
addArgument(Expression arg)
Add argument. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<Expression> |
getArguments()
Get list of arguments. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.satline.expr.Expression |
|---|
greet |
| Constructor Detail |
|---|
protected FunctionCall()
| Method Detail |
|---|
public java.util.List<Expression> getArguments()
public void addArgument(Expression arg)
arg - - next argumentpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||