toStringAlt. @return a java.lang.String object.
()
| 769 | * @return a {@link java.lang.String} object. |
| 770 | */ |
| 771 | public final String toStringAlt() { |
| 772 | return this.spellToString(false); |
| 773 | } |
| 774 | |
| 775 | /** |
| 776 | * <p> |
nothing calls this directly
no test coverage detected