Example usage for org.eclipse.jdt.internal.core.util CommentRecorderParser subclass-usage

List of usage examples for org.eclipse.jdt.internal.core.util CommentRecorderParser subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core.util CommentRecorderParser subclass-usage.

Usage

From source file org.codehaus.jdt.groovy.integration.internal.MultiplexingCommentRecorderParser.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.ajdt.core.parserbridge.AJSourceElementParser2.java

/**
 * A source element parser extracts structural and reference information
 * from a piece of source.
 *
 * also see @ISourceElementRequestor
 *