Access keys

MemberInfo

Kind of class: interface
Inherits from: BasicInterface
Known subinterfaces:
Author: Simon Wacker
Classpath: org.as2lib.env.reflect.MemberInfo
File last modified: Thursday, 26 May 2005, 21:24:04
MemberInfo represents a member in the Flash environment.

Members are basically every constructs of ActionScript. Members are for
example methods, properties, variables, classes, interfaces and packages.

Summary

Instance methods
Instance methods inherited from BasicInterface

Instance methods

getFullName

function getFullName (
Void) : String
Returns the name of this member plus the name of the member that contains this
member.
Returns:
this member's full name

getName

function getName (
Void) : String
Returns the name of this member.

The name of this member does not include its preceding package structure when
talking of interfaces, classes or packages.

Returns:
this member's name