<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - specs - actionscript - 3 - as3_specification68.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T16:37:19</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81192" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81045" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81192">
		<title>specs/actionscript/3/as3_specification68.html</title>
		<link>http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81192</link>
		<description>A class contains two traits objects, one for the class as a whole and another for the instances of the class. Static methods are stored in the former and instance methods are stored in the latter.&lt;br&gt;&lt;br&gt;This specification uses the term &quot;trait&quot; to mean a property or method that is fixed rather than dynamic. In other words, any method or variable that you define in your class definition, be it static or not, is a fixed property (aka trait). Notably, this terminology is not used in the ECMAScript 4th edition specifiction. The ECMAScript working group chose to use the term &quot;fixture&quot; instead.</description>
		<dc:creator>Francis Cheng</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2008-02-26T17:03:55</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81045">
		<title>specs/actionscript/3/as3_specification68.html</title>
		<link>http://livedocs.adobe.com/specs/actionscript/3/as3_specification68.html#81045</link>
		<description>&quot;Class methods are functions that are defined with the static attribute inside of a class definition. &quot;&lt;br /&gt;&lt;br /&gt;Is this what is called in other places a 'Trait'&lt;br /&gt;http://livedocs.adobe.com/specs/actionscript/3/wwhelp/wwhimpl/js/html/wwhelp.htm?href=as3_specification.html&lt;br /&gt;&quot;The 'static' attribute may only be used inside a class definition and causes the function to become a 'trait' of the class object rather than the instance object.&quot;&lt;br /&gt;&lt;br /&gt;I am unclear as to the distinction between 'Trait' and 'static method' or 'class method'.  Is it a 'trait' if it is a static method of an 'Object' object?</description>
		<dc:creator>Joe@emeraldforest</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-02-22T14:34:22</dc:date>
	</item>
	</rdf:RDF>

