hideCombinator abstract method

HideCombinator hideCombinator(
  1. Token keyword,
  2. List<SimpleIdentifier> hiddenNames
)

Returns a newly created import show combinator.

Implementation

HideCombinator hideCombinator(
    Token keyword, List<SimpleIdentifier> hiddenNames);