Interface org.as2lib.env.reflect.MemberInfo

org.as2lib.core.BasicInterface
   +--org.as2lib.env.reflect.MemberInfo

Description

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.

Method Index

getFullName(), getName()

Inherited from BasicInterface

toString()

Method Detail

getName

public 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.

Return

this member's name

getFullName

public function getFullName(Void):String

Returns the name of this member plus the name of the member that contains this member.

Return

this member's full name