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. |
org.apache.flex.compiler.internal.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.units |
This package is the internal counterpart of the external
org.apache.flex.compiler.units package. |
org.apache.flex.compiler.internal.units.requests |
This package is the internal counterpart of the external
org.apache.flex.compiler.units.requests package. |
org.apache.flex.compiler.scopes |
This package contains interfaces representing scopes.
|
Modifier and Type | Method and Description |
---|---|
ASFileScope |
DefinitionBase.getFileScope() |
ASFileScope |
ClassTraitsDefinition.getFileScope() |
ASFileScope |
ClassDefinition.getFileScope() |
Modifier and Type | Class and Description |
---|---|
class |
FXGFileScope
Sub-class of
ASFileScope for FXG file scope's. |
class |
MXMLFileScope
Subclass of
ASFileScope for MXML file scopes. |
static class |
SWCFileScopeProvider.SWCFileScope
This class is able to resolve the source file path of a given QName
defined in a SWC library, if the source directory is set for that SWC
library.
|
Modifier and Type | Method and Description |
---|---|
ASFileScope |
SWCFileScopeProvider.createFileScope(IWorkspace workspace,
String filePath) |
ASFileScope |
ASFileScopeProvider.createFileScope(IWorkspace workspace,
String filePath) |
ASFileScope |
ASScope.getFileScope() |
Modifier and Type | Method and Description |
---|---|
void |
ASProjectScope.addScopeForCompilationUnit(ICompilationUnit cu,
ASFileScope scope)
Associates an
IASScope for a file or package scope with a
ICompilationUnit . |
Modifier and Type | Method and Description |
---|---|
ASFileScope |
NodeBase.getFileScope() |
Modifier and Type | Method and Description |
---|---|
void |
FileNode.reconnectDefinitions(ASFileScope fileScope) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompilationUnitBase.addScopeToProjectScope(ASFileScope[] scopes) |
Modifier and Type | Method and Description |
---|---|
ASFileScope[] |
FileScopeRequestResultBase.getFileScopes() |
Constructor and Description |
---|
ASFileScopeRequestResult(Collection<IDefinition> definitionPromises,
IDefinitionPriority definitionPriority,
Collection<ICompilerProblem> problems,
ASFileScope fileScope,
IFileSpecification fileSpec)
ASCompilationUnit only allow one public visible definition. |
EmbedFileScopeRequestResult(ASFileScope fileScope) |
Modifier and Type | Method and Description |
---|---|
ASFileScope |
IFileScopeProvider.createFileScope(IWorkspace workspace,
String filePath)
Create an
ASFileScope object. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.