111112113114115116117
/** * Convenience shortcut method to parse a specific token type */ public VLongToken visitVLong(EditsElement e) throws IOException { return (VLongToken)visit(tokenizer.read(new VLongToken(e))); }
113114115116117118119
108109110111112113114