Example usage for org.eclipse.jdt.internal.core CompilationUnitStructureRequestor subclass-usage

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

Introduction

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

Usage

From source file org.codehaus.jdt.groovy.model.GroovyCompilationUnitStructureRequestor.java

/**
 * 
 * @author Andrew Eisenberg
 * @created Jun 11, 2009 Stub class that makes the constructor accessible to GroovyCompilationUnit
 */
@SuppressWarnings("restriction")

From source file org.eclipse.ajdt.core.parserbridge.AJCompilationUnitStructureRequestor.java

/**
 * This class can be used as a source requestor for the JDT parser *OR*
 * the AspectJ parser.  That is why we need to use so many fully qualified names
 * 
 * @author Luzius Meisser 
 * @author Andrew Eisenberg