Packagesystem.reflection
Interfacepublic interface ArgumentInfo extends MemberInfo

This interface defines the argument information tool objects.



Public Properties
 PropertyDefined by
 Inheritedname : String
Indicates the name of the member object.
MemberInfo
 Inheritedtype : String
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