| Package | Description |
|---|---|
| org.apache.royale.compiler.common | |
| org.apache.royale.compiler.definitions | |
| org.apache.royale.compiler.definitions.references |
| Modifier and Type | Method and Description |
|---|---|
INamespaceDefinition |
IImportTarget.getNamespace()
Gets the
INamespaceDefinition for the imported package's public namespace. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INamespaceDefinition.IAnyNamespaceDefinition
Interface implemented by the any namespace definition.
|
static interface |
INamespaceDefinition.ICodeModelImplicitDefinitionNamespaceDefinition
Interface implemented by the code model implicit definition namespace
definition.
|
static interface |
INamespaceDefinition.IFilePrivateNamespaceDefinition
Interface implemented by all file private namespace definitions.
|
static interface |
INamespaceDefinition.IInterfaceNamespaceDefinition
Interface implemented by all interface namespace definitions.
|
static interface |
INamespaceDefinition.IInternalNamespaceDefinition
Interface implemented by all internal namespace definitions.
|
static interface |
INamespaceDefinition.ILanguageNamespaceDefinition
Interface implemented by all language namespace definitions.
|
static interface |
INamespaceDefinition.INamespaceWithPackageName
Interface implemented by all language namespace definitions associated
with a package.
|
static interface |
INamespaceDefinition.IPrivateNamespaceDefinition
Interface implemented by all private namespace definitions.
|
static interface |
INamespaceDefinition.IProtectedNamespaceDefinition
Interface implemented by all protected namespace definitions.
|
static interface |
INamespaceDefinition.IPublicNamespaceDefinition
Interface implemented by all public namespace definitions.
|
static interface |
INamespaceDefinition.IStaticProtectedNamespaceDefinition
Interface implemented by all static protected namespace definitions.
|
| Modifier and Type | Method and Description |
|---|---|
INamespaceDefinition |
IQualifiers.getFirst()
Get the first namespace.
|
INamespaceDefinition |
ITypeDefinition.getProtectedNamespaceReference()
Gets the
INamespaceDefinition that represents the protected
namespace for this type. |
INamespaceDefinition |
ITypeDefinition.getStaticProtectedNamespaceReference()
Gets the
INamespaceDefinition that represents the static
protected namespace for this type. |
INamespaceDefinition |
IDefinition.resolveNamespace(ICompilerProject project)
Resolves the namespace specified for this definition to its
INamespaceDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
Set<INamespaceDefinition> |
IQualifiers.getNamespaceSet()
Gets the set of namespaces.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
INamespaceDefinition.equals(INamespaceDefinition namespace) |
| Modifier and Type | Method and Description |
|---|---|
INamespaceDefinition |
INamespaceReference.resolveNamespaceReference(ICompilerProject project)
Resolves this namespace reference to a namespace definition.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.