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, anIImportNode
and anIVariableNode
. This interface extends the marker interfaceIBlockNode
so 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, isValidForCodeGen
contains, getAncestorOfType, getChild, getChildCount, getContainingNode, getContainingScope, getFileSpecification, getNodeID, getPackageName, getParent, getSpanningStart, getSucceedingNode, isTerminal
getAbsoluteEnd, getAbsoluteStart, getColumn, getEnd, getEndColumn, getEndLine, getLine, getSourcePath, getStart
Copyright © 2016 The Apache Software Foundation. All rights reserved.