|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Expression sub-interface representing a function in the prefuse expression language.
Field Summary | |
static int |
VARARGS
Constant indicating a vriable argument count |
Method Summary | |
void |
addParameter(Expression e)
Add a parameter value sub-expression to this function. |
java.lang.String |
getName()
Get the name of this function. |
int |
getParameterCount()
Get the maximum number of parameters accepted by this Function. |
Methods inherited from interface prefuse.data.expression.Expression |
addExpressionListener, get, getBoolean, getDouble, getFloat, getInt, getLong, getType, removeExpressionListener, visit |
Field Detail |
public static final int VARARGS
Method Detail |
public java.lang.String getName()
public void addParameter(Expression e)
e
- the parameter sub-expressionpublic int getParameterCount()
VARARGS
is the number is variable.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |