125126127128129130131
/** * Convenience shortcut method to parse a specific token type */ public StringTextToken visitStringText(EditsElement e) throws IOException { return (StringTextToken)visit(tokenizer.read(new StringTextToken(e))); }
127128129130131132133
122123124125126127128