Package | Description |
---|---|
org.apache.flex.compiler.internal.codegen.databinding | |
org.apache.flex.compiler.internal.codegen.mxml | |
org.apache.flex.compiler.visitor.mxml |
Modifier and Type | Method and Description |
---|---|
static BindingInfo |
BindingAnalyzer.analyze(IMXMLBindingNode node,
BindingDatabase bindingDataBase,
Collection<ICompilerProblem> problems,
int bindingIndex,
boolean reverseSourceAndDest,
MXMLClassDirectiveProcessor host)
BindingInfo ctor does all the work.
|
void |
BindingDatabase.analyzeBindingNode(IMXMLBindingNode node,
Collection<ICompilerProblem> problems,
MXMLClassDirectiveProcessor host)
Will do the binding analysis on a single binding node.
|
void |
MXMLBindingDirectiveHelper.visitNode(IMXMLBindingNode node)
Visit an IMXMLBindingNode - this node has explicit source and destination expressions
instead of the destination being determined by the nodes location in the AST, as in the IMXMLInstanceNode
version above
|
Constructor and Description |
---|
BindingInfo(IMXMLBindingNode bindingNode,
int index,
MXMLClassDirectiveProcessor host,
boolean reverseSourceAndDest)
Constructor for use with a BindingNode.
|
Modifier and Type | Method and Description |
---|---|
void |
MXMLBlockWalker.visitBinding(IMXMLBindingNode node) |
Modifier and Type | Method and Description |
---|---|
void |
IMXMLBlockVisitor.visitBinding(IMXMLBindingNode node) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.