| Package | org.spicefactory.lib.reflect |
| Class | public class Member |
| Inheritance | Member MetadataAware |
| Subclasses | FunctionBase, Property |
| Property | Defined by | ||
|---|---|---|---|
| name : String [read-only]
The name of this member.
| Member | ||
| owner : ClassInfo
[read-only]
The owner of this member.
| Member | ||
| name | property |
name:String [read-only]The name of this member. For Constructors the value is the same as the name of the class the Constructor belongs to (not fully qualified). Otherwise the value is simply the name of the method or property.
Implementation public function get name():String
| owner | property |
owner:ClassInfo [read-only]
The owner of this member. The owner is the Class that was reflected on
to retrieve an instance of this Member. This may differ from the Class
that this Member is declared on which may be a supertype. The declaredBy attribute
provided by the describeType method is currently ignored
for consistency reasons, since it is not provided for all Member types.
public function get owner():ClassInfo