ActionScript 3 Language Specification |
|||
| ActionScript 3.0 Language Specification > 5 Names > 5.2 Reference names | |||
Reference names result from various forms of expressions. The two main distinctions in these forms are whether the name is qualified or unqualified, and whether the identifier is a literal identifier or an expression.
The following table shows the kinds of references that include qualified and unqualified, literal and expression names.
|
Literal |
Expression |
|
|
Unqualified |
o.id, id
|
o[expr]
|
|
Qualified |
o.q::id, q::id
|
o.q::[expr], q::[expr]
|
exprq combined with the string value of the expression expr
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/specs/actionscript/3/as3_specification46.html
Comments
No screen name said on Nov 25, 2007 at 8:18 PM :