83848586878889
/** * Convenience shortcut method to parse a specific token type */ public ShortToken visitShort(EditsElement e) throws IOException { return (ShortToken)visit(tokenizer.read(new ShortToken(e))); }
85868788899091
80818283848586