#include <YExpression.h>
Inheritance diagram for YEFunction:

Public Member Functions | |
| YEFunction (TableEntry *entry) | |
| YEFunction (bytecodeistream &str) | |
| virtual ykind | kind () const |
| virtual YCPValue | evaluate (bool cse=false) |
| virtual constTypePtr | finalize () |
Private Member Functions | |
| REP_BODY (YEFunction) | |
| YEFunction::YEFunction | ( | TableEntry * | entry | ) |
| YEFunction::YEFunction | ( | bytecodeistream & | str | ) |
| YEFunction::REP_BODY | ( | YEFunction | ) | [private] |
| YCPValue YEFunction::evaluate | ( | bool | cse = false |
) | [virtual] |
| constTypePtr YEFunction::finalize | ( | ) | [virtual] |
'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.
1.5.0