public interface IMXMLImplementsNode extends IMXMLNode
implements
attribute on a class
definition tag in MXML.
It has N children, each of which is an IIdentifierNode
representing a
single interface such as IMyInterface
or
flash.events.IEventDispatcher
.
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IIdentifierNode[] |
getInterfaceNodes()
Gets the identifier nodes representing the implemented interfaces; these
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
IIdentifierNode[] getInterfaceNodes()
IIdentifierNode
objects representing the
implemented interfaces.Copyright © 2016 The Apache Software Foundation. All rights reserved.