Example usage for org.eclipse.jdt.internal.compiler.lookup CompilationUnitScope subclass-usage

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

Introduction

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

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
 */