| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.projects |
| Modifier and Type | Method and Description |
|---|---|
static DependencyTypeSet |
DependencyTypeSet.allOf()
Constructs a new set with each type of dependency.
|
static DependencyTypeSet |
DependencyTypeSet.copyOf(Collection<DependencyType> dependencyTypeCollection)
Constructs a new set with the specified collection of dependency
types in it.
|
static DependencyTypeSet |
DependencyTypeSet.copyOf(DependencyTypeSet otherTypeSet)
Constructs a copy of another
DependencyTypeSet. |
static DependencyTypeSet |
DependencyTypeSet.noneOf()
Constructs a new empty set.
|
static DependencyTypeSet |
DependencyTypeSet.of(DependencyType... types)
Constructs a new set with the specified dependency types in it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyTypeSet.addAll(DependencyTypeSet otherSet)
Adds the dependencies in another set to this set.
|
static DependencyTypeSet |
DependencyTypeSet.copyOf(DependencyTypeSet otherTypeSet)
Constructs a copy of another
DependencyTypeSet. |
boolean |
DependencyType.existsIn(DependencyTypeSet dependencies)
A helper function to check if this
DependencyType
is contained in an DependencyTypeSet. |
static String |
DependencyType.getTypeString(DependencyTypeSet types)
Gets a short string of symbols for the dependency types
in a dependency type set.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ICompilationUnit> |
ICompilerProject.getDirectReverseDependencies(ICompilationUnit cu,
DependencyTypeSet types)
Gets the set of compilation units that directly depend on the specified compilation unit.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.