| Package | Description |
|---|---|
| org.apache.flex.compiler.common |
This package contains miscellaneous classes and interfaces
used by other compiler packages.
|
| org.apache.flex.compiler.internal.scopes |
This package is the internal counterpart of the external
org.apache.flex.compiler.scopes package. |
| Modifier and Type | Method and Description |
|---|---|
static Multiname |
Multiname.crackDottedQName(ICompilerProject project,
String name)
Constructs a
Multiname by parsing the specified name string. |
static Multiname |
Multiname.crackDottedQName(ICompilerProject project,
String name,
boolean includeInternal)
Constructs a
Multiname by parsing the specified name string. |
static Multiname |
Multiname.create(Set<INamespaceDefinition> nsset,
String baseName) |
| Modifier and Type | Method and Description |
|---|---|
IDefinition[] |
ASProjectScope.findAllDefinitionsByName(Multiname multiname) |
IDefinition |
ASProjectScope.findDefinitionByName(Multiname multiname,
boolean ignoreAmbiguous) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.