showCombinator abstract method

ShowCombinator showCombinator(
  1. Token keyword,
  2. List<SimpleIdentifier> shownNames
)

Returns a newly created import show combinator.

Implementation

ShowCombinator showCombinator(
    Token keyword, List<SimpleIdentifier> shownNames);