It keeps track of the main MXML class definition in an MXML file scope.
It supports creating additional classes defined by <fx:Component>
and <fx:Definition>
tags in an MXML file.
It keeps track of the mapping from an MXML tag such as <fx:MyDefinition>
to the the class defined by <fx:Definition name="MyDefinition">
It has APIs such as {@code isScriptTag()} for determining whether an MXML tagis a particular language tag, as determined by the version of MXML being used in the MXML file that created this file scope.
|
|
|
|
|
|
|
|