#include <YExpression.h>
Inheritance diagram for YEFunction:
Public Member Functions | |
YEFunction (TableEntry *entry) | |
YEFunction (bytecodeistream &str) | |
virtual YCPValue | evaluate (bool cse=false) |
virtual constTypePtr | finalize () |
Private Member Functions | |
REP_BODY (YEFunction) |
|
|
|
|
|
evaluate YCode to YCPValue if debugger == 0 called for parse time evaluation (i.e. constant subexpression elimination) else called for runtime evaluation Reimplemented from YCode. |
|
'close' function, perform final parameter check if ok, return 0 if missing parameter, return its type if undefined, return Type::Error (wrong type was already reported in attachParameter() Reimplemented from YECall. |
|
|