public boolean isNeedMultiplicationSignBefore(@Nonnull MathType mathTypeBefore) {
   return needMultiplicationSignBefore && mathTypeBefore.isNeedMultiplicationSignAfter();
 }