private static boolean isTextualMove(JavaMoveProcessor moveProcessor) {
   return moveProcessor.isTextualMove();
 }