Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.definitions |
This package contains interfaces for various kinds of definitions
found in AS and MXML files.
|
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
org.apache.flex.compiler.internal.codegen.js.utils | |
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.tree.as |
This package is the internal counterpart of the external
org.apache.flex.compiler.tree.as package. |
org.apache.flex.compiler.internal.tree.as.metadata | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitNamespace(INamespaceNode node)
Emit a namespace member.
|
Modifier and Type | Method and Description |
---|---|
INamespaceNode |
INamespaceDefinition.getNode()
Returns the
INamespaceNode from which this definition was
created, if the definition came from the AST for a source file. |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitNamespace(INamespaceNode node) |
void |
ASBlockWalker.visitNamespace(INamespaceNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitNamespace(INamespaceNode node) |
Modifier and Type | Method and Description |
---|---|
static INamespaceNode |
EmitterUtils.findNamespaceNode(IPackageNode node) |
Modifier and Type | Method and Description |
---|---|
INamespaceNode |
NamespaceDefinition.getNode() |
Modifier and Type | Class and Description |
---|---|
class |
ConfigNamespaceNode
Represents a config directive definition
|
class |
NamespaceNode
AST node for namespace definition.
|
Modifier and Type | Method and Description |
---|---|
INamespaceNode |
BaseDefinitionMetaTagNode.resolveNamespace() |
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitNamespace(INamespaceNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.