(SB sb, BitSet visit, boolean html )
| 513 | return _print(sb,visit,html); |
| 514 | } |
| 515 | SB _print(SB sb, BitSet visit, boolean html ) { return sb.p(str()); } |
| 516 | |
| 517 | // This is used by error messages, and is a shorted print. |
| 518 | public String str() { return STRS[_type]; } |