Method | Description | |
---|---|---|
GetExpectedArguments ( this routine, |
Resolves list of input arguments. Implicit parameters passed by compiler are ignored.
|
|
GetResultType ( this symbol, |
Gets expected return type mask of given symbol (field, function, method or property). Returned type mask corresponds to types that can be returned by invoking given symbol. |
public static GetExpectedArguments ( this routine, |
||
routine | this | Routine. |
ctx | TYpe context to transmer type masks into. | |
return | Pchp.CodeAnalysis.Symbols.PhpParam[] |
public static GetResultType ( this symbol, |
||
symbol | this | |
ctx | ||
return | TypeRefMask |