| Package | Description | 
|---|---|
| org.apache.flex.compiler.internal.definitions | 
 This package is the internal counterpart of the external
 
org.apache.flex.compiler.definitions package. | 
| org.apache.flex.compiler.internal.scopes | 
 This package is the internal counterpart of the external
 
org.apache.flex.compiler.scopes package. | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
NamespaceDefinition.INamepaceDeclarationDirective
Implemented by namespace definitions constructed from namespace
 definition directives found in source code. 
 | 
static interface  | 
NamespaceDefinition.IUseNamespaceDirective
Implemented by all namespace references from constructed use namespace
 directives found in source code. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NamespaceDefinition.INamespaceDirective | 
NamespaceDefinition.INamespaceDirective.getNext()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NamespaceDefinition.INamespaceDirective.setNext(NamespaceDefinition.INamespaceDirective next)  | 
| Modifier and Type | Method and Description | 
|---|---|
NamespaceDefinition.INamespaceDirective | 
ScopeView.getFirstNamespaceDirective()
Gets the first namespace definition or use namespace directive in the
 scope. 
 | 
NamespaceDefinition.INamespaceDirective | 
ASScope.getFirstNamespaceDirective()
Gets the first namespace definition or use namespace directive in the
 scope. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScopeView.addNamespaceDirective(NamespaceDefinition.INamespaceDirective directive)  | 
void | 
NoDefinitionScope.addNamespaceDirective(NamespaceDefinition.INamespaceDirective directive)
add the namespace directive to the containing scope 
 | 
void | 
ASScope.addNamespaceDirective(NamespaceDefinition.INamespaceDirective directive)  | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.