Gets if C support is enabled \return true if C support is enabled
| 134 | /// Gets if C support is enabled |
| 135 | /// \return true if C support is enabled |
| 136 | bool cEnabled() const { return mCEnabled; } |
| 137 | |
| 138 | /// From C code, create a NodeType |
| 139 | /// \param code The code |