Property | Type | Description | |
---|---|---|---|
$parser | Pinq\Parsing\IParser | ||
$resolvedFunctionCache | Pinq\Parsing\IFunctionStructure[] |
Method | Description | |
---|---|---|
__construct ( Pinq\Parsing\IParser $parser ) | ||
getDefault ( ) : Pinq\Parsing\IFunctionInterpreter | ||
getParser ( ) | ||
getReflection ( callable $function ) | ||
getStructure ( Pinq\Parsing\IFunctionReflection $reflection ) |
public __construct ( Pinq\Parsing\IParser $parser ) | ||
$parser | Pinq\Parsing\IParser |
public static getDefault ( ) : Pinq\Parsing\IFunctionInterpreter | ||
return | Pinq\Parsing\IFunctionInterpreter |
public getStructure ( Pinq\Parsing\IFunctionReflection $reflection ) | ||
$reflection | Pinq\Parsing\IFunctionReflection |