49505152535455
public KeyGenMessage(JMethod method) { this.method = method; } public void accept(MessageVisitor v) throws MessageProcessingException { throw new MessageProcessingException("unsupported"); }
54555657585960
throw new MessageProcessingException("unsupported"); } public void accept(MessageVisitor v, GwtLocale locale) throws MessageProcessingException { throw new MessageProcessingException("unsupported"); }