Returns the start mark (location) of this node. @return The start mark
()
| 379 | * @return The start mark |
| 380 | */ |
| 381 | public Mark getStart() { |
| 382 | return startMark; |
| 383 | } |
| 384 | |
| 385 | /** |
| 386 | * Returns the parent node. |
no outgoing calls
no test coverage detected