132133134135136137138
/** * Convenience shortcut method to parse a specific token type */ public BlobToken visitBlob(EditsElement e, int length) throws IOException { return (BlobToken)visit(tokenizer.read(new BlobToken(e, length))); }
134135136137138139140
129130131132133134135