Inheritance diagram for CCM::VoidExpr:

Public Member Functions | |
| VoidExpr (Ref method, List args) | |
| Create void method call expression: method( args ). | |
| override Type | type () |
| Return the expression type. | |
| override Object | eval () |
| Evaluate expression and return its value. | |
| override Expr | makeElementAssign (Expr value) |
| Return an expression that assigns value to the element if called on an array element access expression. | |
| override string | ToString () |
|
||||||||||||
|
Create void method call expression: method( args ).
|
|
|
Evaluate expression and return its value. Stub access expressions add transitions to the currently evaluated process. Implements CCM::Expr. |
|
|
Return an expression that assigns value to the element if called on an array element access expression.
Implements CCM::Expr. |
|
|
|
|
|
Return the expression type. This is generally the type of the expression value, not of the Expr itself (e. g. "int", not "IntExpr"). Implements CCM::Expr. |
1.3.7