public interface IMXMLPropertySpecifierNode extends IMXMLSpecifierNode
An IMXMLPropertySpecifierNode
has exactly one child node: an
IMXMLInstanceNode
representing the property value. For a simple
scalar property such as one of type String
, this will be an
IMXMLStringNode
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IMXMLInstanceNode |
getInstanceNode()
Gets the value of the property.
|
IVariableDefinition |
getPercentProxyDefinition(FlexProject project)
If the definition for this property has
[PercentProxy(...}] |
getDefinition, getName, getSuffix
getClassDefinitionNode, getDocumentNode, getFileNode, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
IMXMLInstanceNode getInstanceNode()
IMXMLInstanceNode
.IVariableDefinition getPercentProxyDefinition(FlexProject project)
[PercentProxy(...}]
metadata, this method returns the definition for the property specified
by the metadata.project
- The FlexProject
in which compilation is occuring.IVariableDefinition
object defining the proxy property.Copyright © 2016 The Apache Software Foundation. All rights reserved.