Packagesystem.reflection
Interfacepublic interface ArgumentInfo extends MemberInfo

This interface defines the argument information tool objects.



Public Properties
 PropertyDefined By
 Inheritedname : String
[read-only] Indicates the name of the member object.
MemberInfo
 Inheritedtype : String
[read-only] Indicates the String representation of the type of the member object.
MemberInfo
Public Methods
 MethodDefined By
  
isOptional():Boolean
Indicates if the current argument is optional.
ArgumentInfo
Method Detail
isOptional()method
public function isOptional():Boolean

Indicates if the current argument is optional.

Returns
Boolean