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, getSuffixgetClassDefinitionNode, getDocumentNode, getFileNode, isValidForCodeGencontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartIMXMLInstanceNode 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.