List of usage examples for org.eclipse.jdt.internal.compiler.batch CompilationUnit subclass-usage
From source file com.android.tools.lint.EcjSourceFile.java
/** * Source file for ECJ. Subclassed to let us hold on to the String contents (ECJ operates * on char[]'s exclusively, whereas for PSI we'll need Strings) and serve it back quickly. */ public class EcjSourceFile extends CompilationUnit {
From source file com.codenvy.ide.ext.java.server.internal.core.util.ResourceCompilationUnit.java
/** * An ICompilationUnit that retrieves its contents using an IFile */ public class ResourceCompilationUnit extends CompilationUnit { private File file;
From source file org.eclipse.che.jdt.internal.core.util.ResourceCompilationUnit.java
/** * An ICompilationUnit that retrieves its contents using an IFile */ public class ResourceCompilationUnit extends CompilationUnit { private File file;