Example usage for org.eclipse.jdt.internal.core.search.matching ImportMatchLocatorParser ImportMatchLocatorParser

List of usage examples for org.eclipse.jdt.internal.core.search.matching ImportMatchLocatorParser ImportMatchLocatorParser

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core.search.matching ImportMatchLocatorParser ImportMatchLocatorParser.

Prototype

protected ImportMatchLocatorParser(ProblemReporter problemReporter, MatchLocator locator) 

Source Link

Usage

From source file:org.codehaus.jdt.groovy.integration.DefaultLanguageSupport.java

License:Open Source License

public ImportMatchLocatorParser getImportMatchLocatorParserParser(ProblemReporter problemReporter,
        MatchLocator locator) {//w ww.j  ava 2 s .c o m
    return new ImportMatchLocatorParser(problemReporter, locator);
}