public class BindingAnalyzer extends Object
| Constructor and Description |
|---|
BindingAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static BindingInfo |
analyze(IMXMLBindingNode node,
BindingDatabase bindingDataBase,
Collection<ICompilerProblem> problems,
int bindingIndex,
boolean reverseSourceAndDest,
MXMLClassDirectiveProcessor host)
BindingInfo ctor does all the work.
|
static BindingInfo |
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.
|
public static BindingInfo analyze(IMXMLDataBindingNode node, BindingDatabase bindingDataBase, Collection<ICompilerProblem> problems, int bindingIndex, MXMLClassDirectiveProcessor host)
problems - - if analysis finds problems they are reported herebindingDataBase - - results of analysis are stored herenode - - the node that is being analyzedpublic static BindingInfo analyze(IMXMLBindingNode node, BindingDatabase bindingDataBase, Collection<ICompilerProblem> problems, int bindingIndex, boolean reverseSourceAndDest, MXMLClassDirectiveProcessor host)
problems - - if analysis finds problems they are reported herebindingDataBase - - results of analysis are stored herenode - - the node that is being analyzedreverseSourceAndDest - - if true, treat the binding source as the destination, and vice versaCopyright © 2016 The Apache Software Foundation. All rights reserved.