Can only be called when node has String context.
()
| 576 | |
| 577 | /** Can only be called when node has String context. */ |
| 578 | public final String getString() { |
| 579 | return ((Name) this).getIdentifier(); |
| 580 | } |
| 581 | |
| 582 | /** Can only be called when node has String context. */ |
| 583 | public final void setString(String s) { |
no test coverage detected