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

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

Introduction

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

Prototype

protected MatchLocatorParser(ProblemReporter problemReporter, MatchLocator locator) 

Source Link

Usage

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

License:Open Source License

public MatchLocatorParser getMatchLocatorParserParser(ProblemReporter problemReporter, MatchLocator locator) {
    return new MatchLocatorParser(problemReporter, locator);
}