| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.definitions.references | |
| org.apache.royale.swc |
| Modifier and Type | Method and Description |
|---|---|
static DependencyType |
DependencyType.get(char symbol)
Gets the enum object from its symbol.
|
static DependencyType |
DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DependencyType> |
DependencyTypeSet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyTypeSet.add(DependencyType dependencyType)
Adds a dependency type to the set.
|
boolean |
DependencyTypeSet.contains(DependencyType dependencyType)
Determines whether this set contains the specified
dependency type.
|
static DependencyTypeSet |
DependencyTypeSet.of(DependencyType... types)
Constructs a new set with the specified dependency types in it.
|
| Modifier and Type | Method and Description |
|---|---|
static DependencyTypeSet |
DependencyTypeSet.copyOf(Collection<DependencyType> dependencyTypeCollection)
Constructs a new set with the specified collection of dependency
types in it.
|
| Modifier and Type | Method and Description |
|---|---|
IDefinition |
IReference.resolve(ICompilerProject project,
IASScope scope,
DependencyType dependencyType,
boolean canEscapeWith)
Resolves the reference to its
IDefinition in the given project
and scope. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.SetMultimap<String,DependencyType> |
ISWCScript.getDependencies()
Get a map of dependencies and their dependency types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISWCScript.addDependency(String name,
DependencyType type)
Add a dependency to the script.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.