public static PhpFunction /*!*/ ConvertToLambda(this FunctionDecl node, Analyzer /*!*/ analyzer) { return(node.NodeCompiler <IFunctionDeclCompiler>().ConvertToLambda(analyzer)); }
public static PhpFunction /*!*/ GetFunction(this FunctionDecl node) { return(node.NodeCompiler <IFunctionDeclCompiler>().Function); }