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
()
| 642 | * @return |
| 643 | */ |
| 644 | public boolean hasFrom() { |
| 645 | return opcode == DECL_importfrom; |
| 646 | } |
| 647 | |
| 648 | /** |
| 649 | * Check whether from name is associated with this import declaration. This |
no outgoing calls
no test coverage detected