Return the tag, if this is a tagged statement. @return tag of this tagged statement
()
| 561 | * @return tag of this tagged statement |
| 562 | */ |
| 563 | public String getTag() { |
| 564 | return tag; |
| 565 | } |
| 566 | |
| 567 | /** |
| 568 | * Return the rest of the response as a string, usually used to |
no outgoing calls
no test coverage detected