Beispiel #1
0
 @Override
 public int hashCode() {
   int result = super.hashCode();
   result = 31 * result + valueLoadInstruction.hashCode();
   result = 31 * result + loadedType.hashCode();
   return result;
 }
Beispiel #2
0
 @Override
 public int hashCode() {
   return fieldGetAccess.hashCode();
 }