7273747576777879808182
if (annotation == null) { a.error("注釈の解釈に失敗しました"); return null; } OperatorProcessorUtil.checkPortName(a, new String[] { annotation.outputPort(), }); if (a.hasError()) { return null; }
919293949596979899100101
a.getParameterType(1).getType(), 1, foldKey); builder.addOutput( "畳み込みの結果", annotation.outputPort(), a.getParameterType(0).getType(), Fold.INPUT, 0); for (int i = 2, n = a.countParameters(); i < n; i++) { builder.addParameter(