ReflectionInfo

Provides information about a method, a property or a method parameters.

Objects:

Boolean, File, Number, ReflectionInfo, String,

Property Listing

Property

Type

Access

Description

arguments

Array of ReflectionInfo

readonly

The description of method or function arguments.

dataType

String

readonly

The data type.

defaultValue

Varies

readonly

The default value.

description

String

readonly

The long description text.

help

String

readonly

The short description text.

isCollection

Boolean

readonly

Contains true if the class describes a collection class.

max

Number

readonly

The maximum value.

min

Number

readonly

The minimum value.

name

String

readonly

The element name.

parent

 

readonly

The class object that this element belongs to.

sampleCode

String

readonly

Sample code, if present.

sampleFile

File

readonly

A file containing sample code. May be null.

type

String

readonly

The element type.

One of unknown, readonly, readwrite, createonly, method or parameter.