IntTokenizer generates tokens from integer data.
| 273 | |
| 274 | // IntTokenizer generates tokens from integer data. |
| 275 | type IntTokenizer struct{} |
| 276 | |
| 277 | func (t IntTokenizer) Name() string { return "int" } |
| 278 | func (t IntTokenizer) Type() string { return "int" } |
nothing calls this directly
no outgoing calls
no test coverage detected