|  | Qore Programming Language Reference Manual
    0.9.16
    | 
Expression objects represent a single executable expression. More...
| Public Member Methods | |
| constructor (Program pgm, string source, string label) | |
| Creates the expression object.  More... | |
| auto | eval () | 
| Evaluates the expression and returns any return value.  More... | |
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.