public abstract class FunctionOperation extends Operation
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionOperation.FilterFunctions |
| Modifier and Type | Field and Description |
|---|---|
protected Expression[] |
operands |
| Constructor and Description |
|---|
FunctionOperation(java.lang.String name,
Expression... operands) |
| Modifier and Type | Method and Description |
|---|---|
Expression[] |
getChildren() |
java.lang.String |
getDescription() |
int |
getOperandCount() |
int |
getPriority() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateprotected final Expression[] operands
public FunctionOperation(java.lang.String name,
Expression... operands)
public int getOperandCount()
getOperandCount in class Operationpublic final Expression[] getChildren()
public int getPriority()
public java.lang.String getDescription()