Get the filter path associated with this import declaration. This is std::math in import max from std::math . @return
()
| 630 | * @return |
| 631 | */ |
| 632 | @SuppressWarnings("unchecked") |
| 633 | public Tuple<Identifier> getPath() { |
| 634 | return (Tuple<Identifier>) super.get(0); |
| 635 | } |
| 636 | |
| 637 | /** |
| 638 | * Check whether from name is associated with this import declaration. This |
no test coverage detected