| Package | Description |
|---|---|
| org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
| 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.tree.as |
| Modifier and Type | Class and Description |
|---|---|
class |
ASImportTarget |
| Modifier and Type | Method and Description |
|---|---|
static IImportTarget |
ASImportTarget.buildImportFromPackageName(IWorkspace w,
String packageName)
Create an ASImport from a package name (as it appears in a package definition)
|
static IImportTarget |
ASImportTarget.buildImportFromXMLNamespace(IWorkspace w,
String xmlNamespace)
Create an ASImport from a package-style XML namespace
|
| Modifier and Type | Method and Description |
|---|---|
IImportTarget |
ImportNode.getImportTarget() |
| Modifier and Type | Method and Description |
|---|---|
IImportTarget |
IImportNode.getImportTarget()
Creates an import target for the given import
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.