Package | Description |
---|---|
org.apache.flex.compiler.internal.graph | |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
Modifier and Type | Field and Description |
---|---|
protected DependencyGraph |
XMLGraphWriter.graph |
Constructor and Description |
---|
GraphMLWriter(DependencyGraph graph,
Collection<ICompilationUnit> roots,
boolean useExternalDependencies,
LinkageChecker linkageChecker)
GraphMLWriter constructor
|
LinkReportWriter(DependencyGraph graph,
List<ICompilationUnit> roots,
LinkageChecker linkageChecker) |
XMLGraphWriter(DependencyGraph graph,
Collection<ICompilationUnit> roots)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected DependencyGraph |
CompilerProject.dependencyGraph
Dependency graph is used to keep track of which
ICompilationUnit
's are in this project. |
Modifier and Type | Method and Description |
---|---|
DependencyGraph |
CompilerProject.getDependencyGraph() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.