Can only be called when node has String context.
()
| 587 | |
| 588 | /** Can only be called when node has String context. */ |
| 589 | public Scope getScope() { |
| 590 | return ((Name) this).getScope(); |
| 591 | } |
| 592 | |
| 593 | /** Can only be called when node has String context. */ |
| 594 | public void setScope(Scope s) { |
no test coverage detected