9.3 Class property attributes

Class properties may be modified by the following attributes

static

Defines a property of the class object

private

Visible to references inside the current class

internal (default)

Visible to references inside the current package

protected

Visible to references inside instances of the current class and derived classes

public

Visible to references everywhere

AttributeExpression

Namespace value is the qualifier for the name of the definition

It is a syntax error to use any other attribute on a class property, unless otherwise specified in the section describing the specific type of property.


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/specs/actionscript/3/as3_specification79.html