Class org.as2lib.env.reflect.stringifier.PropertyInfoStringifier

org.as2lib.core.BasicClass
   +--org.as2lib.env.reflect.stringifier.PropertyInfoStringifier

Implemented Interfaces

Stringifier

Description

PropertyInfoStringifier stringifies PropertyInfo instances.

Method Index

execute()

Inherited from BasicClass

toString()

Method Detail

execute

public function execute(target):String

Returns the string representation of the passed-in PropertyInfo instance.

The string representation is composed as follows:

   fullQualifiedDeclaringTypeName.propertyName
 

Or if static:

   static fullQualifiedDeclaringTypeName.propertyName
 

Parameters

targetan instance of type PropertyInfo to stringify

Return

the string representation of the passed-in target property info

Specified By

execute() in org.as2lib.util.Stringifier