Sets the node type and returns this node.
(int type)
| 164 | |
| 165 | /** Sets the node type and returns this node. */ |
| 166 | public Node setType(int type) { |
| 167 | this.type = type; |
| 168 | return this; |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Gets the JsDoc comment string attached to this node. |
no outgoing calls
no test coverage detected