139140141142143144145
/** * Convenience shortcut method to parse a specific token type */ public BytesWritableToken visitBytesWritable(EditsElement e) throws IOException { return (BytesWritableToken)visit(tokenizer.read(new BytesWritableToken(e))); }
141142143144145146147
136137138139140141142