casa
$Rev:20696$
|
The operator description: code; priority; # of arguments; # of arguments used up (or produced for functions) More...
#include <FuncExprData.h>
Public Attributes | |
opTypes | code |
The operator code. | |
String | name |
The name (or characters) | |
opCategories | category |
The category. | |
uInt | priority |
Execution priority. | |
uInt | narg |
of arguments necessary (or minimum) | |
uInt | nmaxarg |
max # of arguments (for function) | |
Int | nresult |
of results produced/used | |
Int | info |
code info (like par/x index; jump distance | |
specAction | special |
special action | |
ExprCompState | state |
state |
The operator description: code; priority; # of arguments; # of arguments used up (or produced for functions)
Definition at line 185 of file FuncExprData.h.
The category.
Definition at line 191 of file FuncExprData.h.
The operator code.
Definition at line 187 of file FuncExprData.h.
code info (like par/x index; jump distance
Definition at line 201 of file FuncExprData.h.
The name (or characters)
Definition at line 189 of file FuncExprData.h.
Definition at line 195 of file FuncExprData.h.
max # of arguments (for function)
Definition at line 197 of file FuncExprData.h.
Definition at line 199 of file FuncExprData.h.
Execution priority.
Definition at line 193 of file FuncExprData.h.
special action
Definition at line 203 of file FuncExprData.h.
state
Definition at line 205 of file FuncExprData.h.