public interface IMXMLBindingAttributeNode extends IMXMLNode
source
or destination
attribute on an MXML <Binding>
tag.
It has one child node, which is an IExpressionNode
representing the
binding expression that is the attribute value.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IExpressionNode |
getExpressionNode()
Gets the sole child of this node, which represents a binding expression.
|
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
IExpressionNode getExpressionNode()
IExpressionNode
representing a binding expression.Copyright © 2016 The Apache Software Foundation. All rights reserved.