List of usage examples for org.eclipse.jdt.internal.core CompilationUnitStructureRequestor subclass-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