public class MXMLBindingDirectiveHelper extends Object
Constructor and Description |
---|
MXMLBindingDirectiveHelper(MXMLClassDirectiveProcessor ddp,
IABCVisitor emitter) |
Modifier and Type | Method and Description |
---|---|
InstructionList |
getConstructorCode()
get the instruction list for code to be added to constructor
to set up data binding.
|
void |
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
|
BindingInfo |
visitNode(IMXMLDataBindingNode node)
host should visit all the databinding nodes before trying to codegen them
|
public MXMLBindingDirectiveHelper(MXMLClassDirectiveProcessor ddp, IABCVisitor emitter)
public BindingInfo visitNode(IMXMLDataBindingNode node)
public void visitNode(IMXMLBindingNode node)
node
- the Binding Node to vistpublic InstructionList getConstructorCode()
InstructionList
the instruction list for code to be added to constructorCopyright © 2016 The Apache Software Foundation. All rights reserved.