|  | Qore Programming Language Reference Manual 2.2.0
    | 
Expression objects represent a single executable expression. More...
#include <QC_Expression.dox.h>
| Public Member Methods | |
| constructor (Program pgm, string source, string label) | |
| Creates the expression object. | |
| auto | eval () | 
| Evaluates the expression and returns any return value. | |
Expression objects represent a single executable expression.
Creates the expression object.
| pgm | The Program object where the expression will be created | 
| source | The source to the expression | 
| label | the label for the expression | 
| auto Qore::Expression::eval | ( | ) | 
Evaluates the expression and returns any return value.