Example usage for org.eclipse.jdt.internal.compiler SourceElementParser subclass-usage

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

Introduction

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

Usage

From source file org.codehaus.jdt.groovy.integration.internal.MultiplexingSourceElementRequestorParser.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 Andrew Eisenberg
 */