Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.projects |
This package is the internal counterpart of the external
org.apache.flex.compiler.projects package. |
org.apache.flex.compiler.internal.semantics | |
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.tree.mxml |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.mxml package. |
org.apache.flex.compiler.tree.as | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitImport(IImportNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitImport(IImportNode node) |
void |
ASBlockWalker.visitImport(IImportNode node) |
Modifier and Type | Method and Description |
---|---|
List<IImportNode> |
FlexProject.getImplicitImportNodesForMXML(MXMLDialect dialect)
Gets a list of nodes representing the implicit imports, for CodeModel.
|
Modifier and Type | Method and Description |
---|---|
void |
MethodBodySemanticChecker.checkImportDirective(IImportNode importNode)
Check an import directive.
|
static boolean |
SemanticUtils.isValidImport(IImportNode importNode,
ICompilerProject project,
boolean inInvisibleCompilationUnit) |
Modifier and Type | Class and Description |
---|---|
class |
ImportNode
ActionScript parse tree node representing an import statement
|
Modifier and Type | Method and Description |
---|---|
List<IImportNode> |
FileNode.getImportNodes() |
Modifier and Type | Method and Description |
---|---|
void |
FileNode.addImportNode(IImportNode node) |
Modifier and Type | Method and Description |
---|---|
void |
NodeBase.collectImportNodes(Collection<IImportNode> importNodes)
Collects the import nodes that are descendants of this node
but which are not contained within a scoped node.
|
void |
FileNode.collectImportNodes(Collection<IImportNode> importNodes) |
void |
WithNode.getAllImportNodes(Collection<IImportNode> imports) |
void |
ScopedBlockNode.getAllImportNodes(Collection<IImportNode> importNodes) |
void |
CatchNode.getAllImportNodes(Collection<IImportNode> imports) |
Modifier and Type | Class and Description |
---|---|
class |
MXMLImplicitImportNode
Represents an implicit import in an MXML file.
|
Modifier and Type | Method and Description |
---|---|
List<IImportNode> |
MXMLFileNode.getImportNodes() |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFileNode.addImportNode(IImportNode node) |
Modifier and Type | Method and Description |
---|---|
void |
MXMLFileNode.getAllImportNodes(Collection<IImportNode> imports) |
void |
MXMLClassDefinitionNode.getAllImportNodes(Collection<IImportNode> imports) |
Modifier and Type | Method and Description |
---|---|
List<IImportNode> |
IFileNodeAccumulator.getImportNodes()
Returns the list of the ImportNodes
|
Modifier and Type | Method and Description |
---|---|
void |
IFileNodeAccumulator.addImportNode(IImportNode node)
Adds an import node to the list of import nodes within this file.
|
Modifier and Type | Method and Description |
---|---|
void |
IScopedNode.getAllImportNodes(Collection<IImportNode> imports)
Returns all the imports that are relevant in the current scope.
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitImport(IImportNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.