Package | Description |
---|---|
com.google.gwt.dev.javac |
Modifier and Type | Field and Description |
---|---|
protected Map<String,CompiledClass> |
CompilationState.classFileMap
Classes mapped by internal name.
|
protected Map<String,CompiledClass> |
CompilationState.classFileMapBySource
Classes mapped by source name.
|
Modifier and Type | Method and Description |
---|---|
CompiledClass |
CompiledClass.getEnclosingClass() |
Modifier and Type | Method and Description |
---|---|
Map<String,CompiledClass> |
CompilationState.getClassFileMap()
Returns a map of all compiled classes by internal name.
|
Map<String,CompiledClass> |
CompilationState.getClassFileMapBySource()
Returns a map of all compiled classes by source name.
|
Collection<CompiledClass> |
CachedCompilationUnit.getCompiledClasses() |
abstract Collection<CompiledClass> |
CompilationUnit.getCompiledClasses()
Returns all contained classes.
|
Map<String,CompiledClass> |
CompilationState.getValidClasses() |
Map<String,CompiledClass> |
CompilationStateBuilder.CompileMoreLater.getValidClasses() |
Modifier and Type | Method and Description |
---|---|
protected abstract CompilationUnit |
CompilationUnitBuilder.makeUnit(List<CompiledClass> compiledClasses,
List<JDeclaredType> types,
com.google.gwt.dev.javac.Dependencies dependencies,
Collection<? extends JsniMethod> jsniMethods,
MethodArgNamesLookup methodArgs,
org.eclipse.jdt.core.compiler.CategorizedProblem[] errors) |
void |
JdtCompiler.DefaultUnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginaImports,
List<CompiledClass> compiledClasses) |
void |
JdtCompiler.UnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginalImports,
List<CompiledClass> compiledClasses) |
static void |
CompilationUnitInvalidator.retainValidUnits(TreeLogger logger,
Collection<CompilationUnit> units,
Map<String,CompiledClass> validClasses,
CompilationErrorsIndex compilationErrorsIndex)
Mutates
units by retaining only valid units. |
CompilationUnitBuilder |
CompilationUnitBuilder.setClasses(List<CompiledClass> compiledClasses) |
CompilationUnitBuilder |
CompilationUnitBuilder.setCompiledClasses(List<CompiledClass> compiledClasses) |
Constructor and Description |
---|
CompiledClass(CompiledClass enclosingClass,
String internalName,
String sourceName)
For mock construction in tests.
|
Copyright © 2018. All rights reserved.