Example usage for org.eclipse.jdt.internal.compiler.lookup IQualifiedTypeResolutionListener interface-usage

List of usage examples for org.eclipse.jdt.internal.compiler.lookup IQualifiedTypeResolutionListener interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.lookup IQualifiedTypeResolutionListener interface-usage.

Usage

From source file org.eclipse.che.jdt.internal.core.search.matching.PatternLocator.java

public abstract class PatternLocator implements IIndexConstants, IQualifiedTypeResolutionListener {

    // store pattern info
    protected int matchMode;
    protected boolean isCaseSensitive;
    protected boolean isEquivalentMatch;