All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.intellij.util.text.MatcherHolder Maven / Gradle / Ivy

Go to download

A packaging of the IntelliJ Community Edition util library. This is release number 1 of trunk branch 142.

The newest version!
package com.intellij.util.text;

/**
 * @author Konstantin Bulenkov
 */
public interface MatcherHolder {
  void setPatternMatcher(Matcher matcher);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy