List of usage examples for org.eclipse.jdt.internal.compiler.lookup CompilationUnitScope subclass-usage
From source file org.codehaus.jdt.groovy.internal.compiler.ast.GroovyCompilationUnitScope.java
/**
* A subtype of CompilationUnitScope that allows us to override some methods and prevent JDT doing some checks that groovy will be
* doing anyway (or that JDT should be prevented from doing on groovy type declarations)
*
* @author Andy Clement
*/