public interface IMXMLExpressionNode extends IMXMLInstanceNode
<Boolean>
, <int>
,
<uint>
, <Number>
,
<String>
, and <Class>
tags. These AST
nodes represent a primitive ActionScript value.UNKNOWN
Modifier and Type | Method and Description |
---|---|
IASNode |
getExpressionNode()
Gets the value of the node as an
IExpressionNode . |
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
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
IASNode getExpressionNode()
IExpressionNode
. In a primitive
case such as ILiteralNode
. In a databinding case such as
IMXMLDataBindingNode
. In a mixed case such as
IMXMLConcatenatedDataBindingNode
.IExpressionNode
representing the value of the tag.Copyright © 2016 The Apache Software Foundation. All rights reserved.