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

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

Introduction

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

Usage

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

/**
 * @author Andrew Eisenberg
 * @created Jun 2, 2009
 * 
 */
public class GroovyCompilationUnit extends CompilationUnit {

From source file org.eclipse.ajdt.core.javaelements.AJCompilationUnit.java

/**
 * An ICompilationUnit for .aj files.
 * 
 * In order to obtain better interoperability with jdt, AJCompilationUnits pretend
 * to have java syntax compatible contents. To get the real contents,
 * requestOriginalContentMode()

From source file org.eclipse.contribution.weaving.jdt.tests.MockCompilationUnit.java

/**
 * @author Andrew Eisenberg
 * @created Jan 5, 2009
 *
 */
public class MockCompilationUnit extends CompilationUnit {