Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.builder.SourceFile
Packages, die SourceFile verwenden
-
Verwendungen von SourceFile in org.aspectj.org.eclipse.jdt.internal.core.builder
Felder in org.aspectj.org.eclipse.jdt.internal.core.builder, die deklariert sind als SourceFileFelder in org.aspectj.org.eclipse.jdt.internal.core.builder mit Typparametern vom Typ SourceFileModifizierer und TypFeldBeschreibungprotected Set<SourceFile>AbstractImageBuilder.filesWithAnnotationsprotected LinkedHashSet<SourceFile>IncrementalImageBuilder.previousSourceFilesprotected LinkedHashSet<SourceFile>AbstractImageBuilder.problemSourceFilesprotected LinkedHashSet<SourceFile>IncrementalImageBuilder.sourceFilesMethoden in org.aspectj.org.eclipse.jdt.internal.core.builder, die SourceFile zurückgebenModifizierer und TypMethodeBeschreibungprotected SourceFileAbstractImageBuilder.findSourceFile(org.eclipse.core.resources.IFile file, boolean mustExist) Methoden in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ SourceFileModifizierer und TypMethodeBeschreibungvoidBuildNotifier.aboutToCompile(SourceFile unit) Notification before a compile that a unit is about to be compiled.voidWorkQueue.add(SourceFile element) voidWorkQueue.addAll(SourceFile[] elements) protected voidAbstractImageBuilder.compile(SourceFile[] units) protected voidAbstractImageBuilder.compile(SourceFile[] units, SourceFile[] additionalUnits, boolean compilingFirstGroup) protected voidBatchImageBuilder.compile(SourceFile[] units, SourceFile[] additionalUnits, boolean compilingFirstGroup) protected voidIncrementalImageBuilder.compile(SourceFile[] units, SourceFile[] additionalUnits, boolean compilingFirstGroup) voidBuildNotifier.compiled(SourceFile unit) Notification while within a compile that a unit has finished being compiled.voidWorkQueue.finished(SourceFile element) booleanWorkQueue.isCompiled(SourceFile element) booleanWorkQueue.isWaiting(SourceFile element) protected CompilationParticipantResult[]AbstractImageBuilder.notifyParticipants(SourceFile[] unitsAboutToCompile) protected voidAbstractImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) Creates a marker from each problem and adds it to the resource.protected voidBatchImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) protected voidAbstractImageBuilder.storeTasksFor(SourceFile sourceFile, CategorizedProblem[] tasks) protected voidAbstractImageBuilder.updateProblemsFor(SourceFile sourceFile, CompilationResult result) protected voidIncrementalImageBuilder.updateProblemsFor(SourceFile sourceFile, CompilationResult result) protected voidAbstractImageBuilder.updateTasksFor(SourceFile sourceFile, CompilationResult result) protected voidIncrementalImageBuilder.updateTasksFor(SourceFile sourceFile, CompilationResult result) protected char[]AbstractImageBuilder.writeClassFile(ClassFile classFile, SourceFile compilationUnit, boolean isTopLevelType) protected voidAbstractImageBuilder.writeClassFileContents(ClassFile classFile, org.eclipse.core.resources.IFile file, String qualifiedFileName, boolean isTopLevelType, SourceFile compilationUnit) protected voidIncrementalImageBuilder.writeClassFileContents(ClassFile classfile, org.eclipse.core.resources.IFile file, String qualifiedFileName, boolean isTopLevelType, SourceFile compilationUnit) Methodenparameter in org.aspectj.org.eclipse.jdt.internal.core.builder mit Typargumenten vom Typ SourceFileModifizierer und TypMethodeBeschreibungprotected voidAbstractImageBuilder.addAllSourceFiles(LinkedHashSet<SourceFile> sourceFiles) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ SourceFileModifiziererKonstruktorBeschreibungprotectedCompilationParticipantResult(SourceFile sourceFile, boolean isTestCode)