, , . describeType , , , XML.
, , , . , Object, , . Object , , . :
public static function myStaticFunction():Object
{
return { name1: "value1", name2: "value2" };
}
, :
package
{
public class StaticClass
{
private static const SOME_DATA:int = 0;
private static const SOME_STRING:String = "Hello World";
private static var count:int = 0;
public static function printCount():void
{
trace(SOME_STRING, SOME_DATA, count++);
}
}
}
, (, , ), , Flex (, , , ), .