| Package | system.reflection |
| Interface | public interface MethodInfo |
| Property | Defined By | ||
|---|---|---|---|
| arguments : Array [read-only]
Indicates the Array representation of all arguments passed-in the method. | MethodInfo | ||
| name : String [read-only]
Indicates the name of the method. | MethodInfo | ||
| returnType : String [read-only]
Indicates the String representation of the return type of the method. | MethodInfo | ||
| Method | Defined By | ||
|---|---|---|---|
isVoid():Boolean
Indicates if the method returns nothing. | MethodInfo | ||
| arguments | property |
arguments:Array [read-only] Indicates the Array representation of all arguments passed-in the method.
public function get arguments():Array| name | property |
name:String [read-only] Indicates the name of the method.
public function get name():String| returnType | property |
returnType:String [read-only] Indicates the String representation of the return type of the method.
public function get returnType():String| isVoid | () | method |
public function isVoid():BooleanIndicates if the method returns nothing.
ReturnsBoolean |