()
| 7586 | } |
| 7587 | |
| 7588 | @Override |
| 7589 | public CardView getView() { |
| 7590 | return view; |
| 7591 | } |
| 7592 | |
| 7593 | // Counts number of instances of a given keyword. |
| 7594 | private static final class CountKeywordVisitor implements Visitor<KeywordInterface> { |
no outgoing calls
no test coverage detected