Example #1
0
 public void Accept(MatchExpression match)
 {
     match.VisitChildren (functionCompiler);
 }
Example #2
0
 public void Accept(MatchExpression match)
 {
     match.VisitChildren (this);
 }