public interface IMXMLDeclarationsNode extends IMXMLNode
<Declarations>
tag in an
AST.
An IMXMLDeclarationsNode
has N child nodes; each is an
IMXMLInstanceNode
representing a declared instance of an ActionScript
class.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IMXMLInstanceNode[] |
getDeclarationInstanceNodes()
Gets the instance nodes which are the children of this node.
|
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
IMXMLInstanceNode[] getDeclarationInstanceNodes()
IMXMLInstanceNode
objects.Copyright © 2016 The Apache Software Foundation. All rights reserved.