Exemple #1
0
 public methodVoidSinVarDeclAST(formParsAST form, Symbol sym)
 {
     this.formpars = form;
     this.ident    = sym;
 }
Exemple #2
0
 public methodTipoSinVarDeclAST(Symbol sym, formParsAST form)
 {
     this.ident    = sym;
     this.formpars = form;
 }
Exemple #3
0
 public methodVoidConFormDeclsAST(declsAST dec, formParsAST form, Symbol sym)
 {
     this.decl     = dec;
     this.formpars = form;
     this.ident    = sym;
 }
Exemple #4
0
 public methodTipoConFormDeclsAST(Symbol sym, declsAST dec, formParsAST form)
 {
     this.ident    = sym;
     this.decl     = dec;
     this.formpars = form;
 }