|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Function
public interface FunctionExpression
Interface for a function expression implementation
| Field Summary |
|---|
| Fields inherited from interface ExpressionType |
|---|
ATTRIBUTE, ATTRIBUTE_DOUBLE, ATTRIBUTE_GEOMETRY, ATTRIBUTE_INTEGER, ATTRIBUTE_STRING, ATTRIBUTE_UNDECLARED, FUNCTION, LITERAL_DOUBLE, LITERAL_GEOMETRY, LITERAL_INTEGER, LITERAL_LONG, LITERAL_STRING, LITERAL_UNDECLARED, MATH_ADD, MATH_DIVIDE, MATH_MULTIPLY, MATH_SUBTRACT |
| Fields inherited from interface Expression |
|---|
NIL |
| Method Summary | |
|---|---|
int |
getArgCount()
Deprecated. Returns the number of arguments this |
Expression[] |
getArgs()
Deprecated. use Function.getParameters() |
String |
getName()
Deprecated. Gets the name of this function. |
short |
getType()
Deprecated. Gets the type of this expression. |
void |
setArgs(Expression[] args)
Deprecated. use setParameters(List) |
void |
setParameters(List<Expression> parameters)
Deprecated. Sets the paramters for the function. |
| Methods inherited from interface Expression |
|---|
accept, evaluate, getValue |
| Methods inherited from interface Factory |
|---|
getImplementationHints |
| Methods inherited from interface Function |
|---|
getFallbackValue, getFunctionName, getParameters |
| Methods inherited from interface Expression |
|---|
accept, evaluate, evaluate |
| Method Detail |
|---|
int getArgCount()
short getType()
Expression[] getArgs()
Function.getParameters()
String getName()
getName in interface Functionvoid setArgs(Expression[] args)
setParameters(List)
args - an array of expressions to be evaluated.void setParameters(List<Expression> parameters)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||