Get the with name(s) associated with this import declaration. This is max in import std::math with max . @return
()
| 663 | * @return |
| 664 | */ |
| 665 | public Tuple<Identifier> getNames() { |
| 666 | return (Tuple<Identifier>) super.get(1); |
| 667 | } |
| 668 | |
| 669 | @SuppressWarnings("unchecked") |
| 670 | @Override |
no test coverage detected