173174175176177178179180181182183
} if (writer == null) { throw new IllegalArgumentException("writer must not be null"); //$NON-NLS-1$ } ModelEmitter emitter = new ModelEmitter(writer); emitter.emit(model); } /** * リフレクションAPIの型の表現を、モデルの型の表現に変換して返す。 * @param factory 利用するファクトリ