(SB sb, BitSet visit, boolean html )
| 508 | return _print(sb,visit,html); |
| 509 | } |
| 510 | SB _print(SB sb, BitSet visit, boolean html ) { return sb.p(str()); } |
| 511 | |
| 512 | // This is used by error messages, and is a shorted print. |
| 513 | public String str() { return STRS[_type]; } |