Method | Description | |
---|---|---|
CallInfo ( |
Initializes CallInfo.
|
|
CallInfo ( |
Initializes CallInfo.
|
|
CallInfo ( |
Initializes CallInfo.
|
|
CallInfo ( |
Initializes CallInfo.
|
|
GetLateStaticBindType ( |
Gets actual lates static bind type (type of
|
|
GetParamType ( |
Gets actual parameter type if provided. Otherwise
|
Method | Description | |
---|---|---|
GetParamsTypeArr ( int count, TypeRefMask value ) : TypeRefMask[] |
public CallInfo ( |
||
ctx | Type context of the caller. | |
paramsType | TypeRefMask | Type of parameters used for the call. Length of the array corresponds to the parameters count. |
return | Devsense.PHP.Syntax |
public CallInfo ( |
||
ctx | Type context of the caller. | |
paramsType | TypeRefMask | Type of parameters used for the call. Length of the array corresponds to the parameters count. |
lateStaticBindType | TypeRefMask | Type of the |
return | Devsense.PHP.Syntax |
public CallInfo ( |
||
ctx | Type context of the caller. | |
paramsCount | int | Amount of parameters used for the call. |
return | Devsense.PHP.Syntax |
public CallInfo ( |
||
ctx | Type context of the caller. | |
paramsCount | int | Amount of parameters used for the call. |
lateStaticBindType | TypeRefMask | Type of the |
return | Devsense.PHP.Syntax |
public GetLateStaticBindType ( |
||
ctx | Target type context. | |
return | TypeRefMask |
public GetParamType ( |
||
ctx | Target type context. | |
index | int | Index of parameter. |
return | TypeRefMask |