Esempio n. 1
0
 static public AST_Tree block(this AST_FuncDecl n)
 {
     return(n.GetChildren()[1] as AST_Tree);
 }
Esempio n. 2
0
 static public AST_Tree fparams(this AST_FuncDecl n)
 {
     return(n.GetChildren()[0] as AST_Tree);
 }