|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Any function or operator.
| Field Summary | |
static int |
ASSIGNMENT_PRIORITY
|
static int |
FUNCTION_PRIORITY
|
static int |
LOGICAL_PRIORITY
|
static int |
PLUS_PRIORITY
|
static int |
POWER_PRIORITY
|
static int |
RELATIONAL_PRIORITY
|
static int |
TIMES_PRIORITY
|
static int |
UNARY_PRIORITY
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the node (operator symbol or function name). |
int |
getNumberOfParameters()
Returns the number of required parameters, or -1 if any number of parameters is allowed. |
int |
getPriority()
Returns the function or operator priority. |
| Field Detail |
public static final int LOGICAL_PRIORITY
public static final int RELATIONAL_PRIORITY
public static final int PLUS_PRIORITY
public static final int TIMES_PRIORITY
public static final int UNARY_PRIORITY
public static final int POWER_PRIORITY
public static final int FUNCTION_PRIORITY
public static final int ASSIGNMENT_PRIORITY
| Method Detail |
public java.lang.String getName()
public int getPriority()
public int getNumberOfParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||