| 138 | |
| 139 | void addInput(std::string n) { _inputs.push_back(n); } |
| 140 | void addOutput(std::string n) { _outputs.push_back(n); } |
| 141 | void addAttribute(nodeAttribute &attr) { |
| 142 | _attributes.push_back(attr); |
| 143 | if (_symbol == opConstant && attr.name() == attr_value) { |