public void visit(Create entity) {
   wGetVisitor1().visit(entity.getTableName());
   wGetVisitor1().visit(entity.getDeclarationOrConstraints());
 }