()
| 600 | } |
| 601 | |
| 602 | public static Node newTarget() { |
| 603 | return new Node(Token.TARGET); |
| 604 | } |
| 605 | |
| 606 | public final int labelId() { |
| 607 | if ((type != Token.TARGET) && (type != Token.YIELD) && (type != Token.YIELD_STAR)) { |
no outgoing calls
no test coverage detected