8788899091929394959697
a.error("注釈の解釈に失敗しました"); return null; } OperatorProcessorUtil.checkPortName(a, new String[] { annotation.joinedPort(), annotation.missedPort(), }); if (a.hasError()) { return null; }
120121122123124125126127128129130
a.getReturnType().getType(), null, null); builder.addOutput( "結合に失敗したデータ", annotation.missedPort(), a.getParameterType(1).getType(), a.getParameterName(1), null); return builder.toDescriptor(); }