104105106107108109110
/** * Convenience shortcut method to parse a specific token type */ public LongToken visitLong(EditsElement e) throws IOException { return (LongToken)visit(tokenizer.read(new LongToken(e))); }
106107108109110111112
101102103104105106107