Package | Description |
---|---|
org.apache.flex.compiler.codegen.as | |
org.apache.flex.compiler.internal.codegen.as | |
org.apache.flex.compiler.internal.codegen.js.amd | |
org.apache.flex.compiler.internal.codegen.js.flexjs | |
org.apache.flex.compiler.internal.codegen.js.goog | |
org.apache.flex.compiler.internal.codegen.js.jx | |
org.apache.flex.compiler.internal.codegen.js.utils | |
org.apache.flex.compiler.internal.codegen.js.vf2js | |
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.problems |
This package contains classes representing various problems
that can be encountered during compilation.
|
org.apache.flex.compiler.tree.as | |
org.apache.flex.compiler.tree.mxml | |
org.apache.flex.compiler.visitor.as |
Modifier and Type | Method and Description |
---|---|
void |
IASEmitter.emitIdentifier(IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
ASEmitter.emitIdentifier(IIdentifierNode node) |
void |
ASBlockWalker.visitIdentifier(IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSAMDEmitter.emitIdentifier(IIdentifierNode node) |
static boolean |
TempTools.isBinding(IIdentifierNode node,
ICompilerProject project) |
static boolean |
TempTools.isValidThis(IIdentifierNode node,
ICompilerProject project) |
Modifier and Type | Method and Description |
---|---|
void |
JSFlexJSEmitter.emitIdentifier(IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSGoogEmitter.emitIdentifier(IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
IdentifierEmitter.emit(IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
static boolean |
EmitterUtils.writeThis(ICompilerProject project,
JSSessionModel model,
IIdentifierNode node) |
Modifier and Type | Method and Description |
---|---|
void |
JSVF2JSEmitter.emitIdentifier(IIdentifierNode node) |
Modifier and Type | Class and Description |
---|---|
class |
FullNameNode
Node for a fully qualified name (e.g. mx.core.Button) used in a package or
class definition.
|
class |
IdentifierNode
ActionScript parse tree node representing an identifier
|
class |
LanguageIdentifierNode
Represents identifiers that are built into the AS3 language.
|
class |
NamespaceIdentifierNode
Identifier representing a namespace
|
class |
NonResolvingIdentifierNode
Represents an identifier that we will currently not resolve, such as - field
in an ObjectLiteral.
|
class |
QualifiedNameExpressionNode
A collapsed version of a FullNameNode.
|
class |
QualifiedNamespaceExpressionNode |
class |
TypedExpressionNode
AST node for generic type such as: {@code Vector.
|
Modifier and Type | Method and Description |
---|---|
IIdentifierNode |
IterationFlowNode.getLabelNode() |
Constructor and Description |
---|
UndefinedConfigNameProblem(IIdentifierNode site,
String configName) |
UndefinedConfigNamespaceProblem(IIdentifierNode site,
String configName) |
Modifier and Type | Interface and Description |
---|---|
interface |
INamespaceDecorationNode
An AST node representing a namespace attribute on a
class ,
interface , function , var ,
const or namespace declaration. |
interface |
ITypedExpressionNode
An AST node representing a parameterized type such as {@code Vector.
|
Modifier and Type | Method and Description |
---|---|
IIdentifierNode |
IIterationFlowNode.getLabelNode()
Represents an optional label on the IIterationFlowNode
|
Modifier and Type | Method and Description |
---|---|
IIdentifierNode[] |
IMXMLImplementsNode.getInterfaceNodes()
Gets the identifier nodes representing the implemented interfaces; these
are the children of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
IASBlockVisitor.visitIdentifier(IIdentifierNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.