Package | Description |
---|---|
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.goog | |
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.visitor.as |
Modifier and Type | Method and Description |
---|---|
IPackageNode |
IPackageDefinition.getNode()
Returns the
IPackageNode from which this definition was created,
if the definition came from the AST for a source file. |
Modifier and Type | Method and Description |
---|---|
protected ITypeNode |
ASEmitter.findTypeNode(IPackageNode node) |
void |
ASBlockWalker.visitPackage(IPackageNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogDocEmitter.emmitPackageHeader(IPackageNode node) |
Modifier and Type | Method and Description |
---|---|
static IFunctionNode |
EmitterUtils.findFunctionNode(IPackageNode node) |
static INamespaceNode |
EmitterUtils.findNamespaceNode(IPackageNode node) |
static ITypeNode |
EmitterUtils.findTypeNode(IPackageNode node) |
static IVariableNode |
EmitterUtils.findVariableNode(IPackageNode node) |
Modifier and Type | Method and Description |
---|---|
IPackageNode |
PackageDefinition.getNode() |
Modifier and Type | Class and Description |
---|---|
class |
PackageNode
ActionScript parse tree node representing a package definition
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitPackage(IPackageNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.