public interface IMXMLScriptNode extends IMXMLNode, IBlockNode
<Script> tag.
An IMXMLScriptNode has N child nodes representing the ActionScript
within the tag. For example, if the tag is
<fx:Script> </fx:Script> then there will be two child nodes, anIImportNodeand anIVariableNode. This interface extends the marker interfaceIBlockNodeso that code-assist features can find script nodes when looking for "blocks"
UNKNOWN| Modifier and Type | Method and Description |
|---|---|
IASNode[] |
getASNodes()
Gets the parsed ActionScript code for <Script> tag.
|
getClassDefinitionNode, getDocumentNode, getFileNode, getName, isValidForCodeGencontains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminalgetAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStartCopyright © 2016 The Apache Software Foundation. All rights reserved.