예제 #1
0
 /**
  * Class constructor.
  *
  * @param refactorings the refactorings
  */
 public ASTBuilder(final Refactorings refactorings) {
   this.refactorings = refactorings;
   this.ast = refactorings.getAST();
 }