Inheritance: Tools.SYMBOL
Example #1
0
 public  ExpPair (Parser yyp, Exp  hd , ExpPair  tl ):base(((PCParser
)yyp)){ this . hd = hd ;
 this . tl = tl ;
}
Example #2
0
 public  ExpFun (Parser yyp, ExpPair  val ):base(((PCParser
)yyp)){ this . val = val ;
}