The base class for members of a
class.
Note: this class is immutable
declaringType:Type [read-only]
Implementation
public function get declaringType():Type
isStatic:Boolean [read-only]Implementation
public function get isStatic():Boolean
name:String [read-only]Implementation
public function get name():String
type:Type [read-only]
Implementation
public function get type():Type
public function AbstractMember(name:String, type:Type, declaringType:Type, isStatic:Boolean)
Creates a new AbstractMember object.
Parameters
| name:String — the name of the member
|
| |
| type:Type — the type of the member
|
| |
| declaringType:Type — the type that declares the member
|
| |
| isStatic:Boolean |
Prana Framework 0.5 - 2008