Package | Description |
---|---|
org.apache.flex.compiler.internal.codegen.databinding |
Modifier and Type | Field and Description |
---|---|
static WeakHashMap<IClassDefinition,BindingDatabase> |
BindingDatabase.bindingMap |
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.
|
static BindingInfo |
BindingAnalyzer.analyze(IMXMLDataBindingNode node,
BindingDatabase bindingDataBase,
Collection<ICompilerProblem> problems,
int bindingIndex,
MXMLClassDirectiveProcessor host)
Analyze an IMXMLDataBindingNode (the ones we see when
there are curly braces)
BindingInfo ctor does all the work.
|
Modifier and Type | Method and Description |
---|---|
static void |
BindingDatabase._setDiagnosticLogger(List<BindingDatabase> logger)
Unit tests may use this API to get notified of Database creation
Here are the rules:
Don't call this from production code - just for unit testsing
Always call later with null to remove the logger
|
Constructor and Description |
---|
WatcherAnalyzer(BindingDatabase bindingDataBase,
Collection<ICompilerProblem> problems,
BindingInfo bindingInfo,
ICompilerProject project)
Constructor
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.