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