Example #1
0
 /// <summary>
 /// Specify an object with support code (shared by Parser and TreeParser.
 /// Normally, the programmer does not play with this, using
 /// <see cref="setASTNodeClass"/> instead.
 /// </summary>
 /// <param name="f"></param>
 public virtual void  setASTFactory(ASTFactory f)
 {
     astFactory = f;
 }