Package | org.swizframework.reflection |
Class | public class MethodParameter |
Inheritance | MethodParameter ![]() |
Property | Defined By | ||
---|---|---|---|
index : int
Index of this parameter in method signature. | MethodParameter | ||
optional : Boolean
Flag indicating whether or not this parameter is optional. | MethodParameter | ||
type : Class
Type of this parameter. | MethodParameter |
Method | Defined By | ||
---|---|---|---|
MethodParameter(index:int, type:Class, optional:Boolean)
Constructor sets initial values of required parameters. | MethodParameter |
index | property |
public var index:int
Index of this parameter in method signature.
optional | property |
public var optional:Boolean
Flag indicating whether or not this parameter is optional.
type | property |
public var type:Class
Type of this parameter. Null if typed as .
MethodParameter | () | Constructor |
public function MethodParameter(index:int, type:Class, optional:Boolean)
Constructor sets initial values of required parameters.
Parametersindex:int | |
type:Class | |
optional:Boolean |