Packagesystem.reflection
Classpublic class MemberType
InheritanceMemberType Inheritance Enum Inheritance Object

The member type enumeration class.



Public Methods
 MethodDefined By
  
MemberType(value:int = 0, name:String)
Creates a new MemberType instance.
MemberType
 Inherited
toSource(indent:int = 0):String
Returns the source code String representation of the object.
Enum
 Inherited
toString():String
Returns the String representation of the object.
Enum
 Inherited
valueOf():int
Returns the primitive value of the object.
Enum
Public Constants
 ConstantDefined By
  accessor : MemberType
[static] The "accessor" member type value.
MemberType
  constant : MemberType
[static] The "constant" member type value.
MemberType
  method : MemberType
[static] The "method" member type value.
MemberType
  variable : MemberType
[static] The "variable" member type value.
MemberType
Constructor Detail
MemberType()Constructor
public function MemberType(value:int = 0, name:String)

Creates a new MemberType instance.

Parameters
value:int (default = 0) — The value of the enumeration.
 
name:String — The name key of the enumeration.
Constant Detail
accessorConstant
public static const accessor:MemberType

The "accessor" member type value.

constantConstant 
public static const constant:MemberType

The "constant" member type value.

methodConstant 
public static const method:MemberType

The "method" member type value.

variableConstant 
public static const variable:MemberType

The "variable" member type value.