Check whether from name is associated with this import declaration. This would max in import max from std::math , but is not present in import std::math . @return
()
| 653 | * @return |
| 654 | */ |
| 655 | public boolean hasWith() { |
| 656 | return opcode == DECL_importwith; |
| 657 | } |
| 658 | |
| 659 | /** |
| 660 | * Get the with name(s) associated with this import declaration. This is |
no outgoing calls
no test coverage detected