Example usage for org.eclipse.jdt.internal.compiler.parser Parser subclass-usage

List of usage examples for org.eclipse.jdt.internal.compiler.parser Parser subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.compiler.parser Parser subclass-usage.

Usage

From source file ch.uzh.ifi.seal.changedistiller.ast.java.CommentRecorderParser.java

/**
 * Internal parser used for parsing source to create DOM AST nodes.
 * 
 * @since 3.0
 */
public class CommentRecorderParser extends Parser {

From source file com.codenvy.ide.ext.java.server.internal.core.search.matching.MatchLocatorParser.java

/**
 * A parser that locates ast nodes that match a given search pattern.
 */
public class MatchLocatorParser extends Parser {

    MatchingNodeSet nodeSet;

From source file org.codehaus.jdt.groovy.integration.internal.MultiplexingParser.java

/**
 * The multiplexing parser can delegate file parsing to multiple parsers. In this scenario it subtypes 'Parser' (which is the Java
 * parser) but is also aware of a groovy parser. Depending on what kind of file is to be parsed, it will invoke the relevant parser.
 * 
 * @author Andy Clement
 */

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

/**
 * A parser that locates ast nodes that match a given search pattern.
 */
public class MatchLocatorParser extends Parser {

    final int patternFineGrain;

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

/**
 * A parser that locates ast nodes that match a given search pattern.
 */
public class MatchLocatorParser extends Parser {

    MatchingNodeSet nodeSet;