| Package | system.reflection |
| Class | public class MemberType |
| Inheritance | MemberType Enum Object |
| Method | Defined By | ||
|---|---|---|---|
MemberType(value:int = 0, name:String)
Creates a new MemberType instance. | MemberType | ||
![]() | toSource(indent:int = 0):String
Returns the source code String representation of the object. | Enum | |
![]() | toString():String
Returns the String representation of the object. | Enum | |
![]() | valueOf():int
Returns the primitive value of the object. | Enum | |
| Constant | Defined 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 | ||
| MemberType | () | Constructor |
public function MemberType(value:int = 0, name:String)Creates a new MemberType instance.
Parametersvalue:int (default = 0) — The value of the enumeration.
| |
name:String — The name key of the enumeration.
|
| accessor | Constant |
public static const accessor:MemberTypeThe "accessor" member type value.
| constant | Constant |
public static const constant:MemberTypeThe "constant" member type value.
| method | Constant |
public static const method:MemberTypeThe "method" member type value.
| variable | Constant |
public static const variable:MemberTypeThe "variable" member type value.