コード例 #1
0
ファイル: Transport.java プロジェクト: Bio-PEPA/Bio-PEPA
 public void setLeftHandSide(Expression leftHandSide) {
   if (!(leftHandSide instanceof Name)) throw new IllegalArgumentException();
   super.setLeftHandSide(leftHandSide);
 }