コード例 #1
0
ファイル: TypeSystemStateTree.java プロジェクト: yan96in/MPS
 @Override
 public int hashCode() {
   return myCell.hashCode() * 37;
 }