public interface IMXMLDeferredInstanceNode extends IMXMLInstanceNode
mx.core.DeferredInstanceFromClass
or
mx.core.DeferredInstanceFromFunction
that the compiler
implicitly creates as the value for a property or style of type
mx.core.IDeferredInstance
or
mx.core.ITransientDeferredInstance
.
An IMXMLDeferredInstanceNode
has exactly one child, which can be
either an IMXMLClassNode
(in the case of an
DeferredInstanceFromClass
) or an IMXMLInstanceNode
(in
the case of an DeferredInstanceFromFunction
UNKNOWN
Modifier and Type | Method and Description |
---|---|
IMXMLClassNode |
getClassNode()
|
IMXMLInstanceNode |
getInstanceNode()
|
getEffectiveID, getExcludeFrom, getID, getIncludeIn, getItemCreationPolicy, getItemDestructionPolicy, isEqual, resolveID
getClassReference, getEventSpecifierNode, getEventSpecifierNodes, getPropertySpecifierNode, getPropertySpecifierNodes, getSpecifierNodesWithSuffix, isContainer, isDeferredInstantiationUIComponent, isMXMLObject, isVisualElementContainer, needsDescriptor, needsDocumentDescriptor
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
IMXMLClassNode getClassNode()
IMXMLInstanceNode getInstanceNode()
Copyright © 2016 The Apache Software Foundation. All rights reserved.