Ejemplo n.º 1
0
 @Override
 public boolean equals(Object other) {
   return this == other
       || !(other == null || getClass() != other.getClass())
           && super.equals(other)
           && loadedType.equals(((ForPoolValue) other).loadedType)
           && valueLoadInstruction.equals(((ForPoolValue) other).valueLoadInstruction);
 }
Ejemplo n.º 2
0
 @Override
 public boolean equals(Object other) {
   return this == other
       || !(other == null || getClass() != other.getClass())
           && fieldGetAccess.equals(((StaticFieldByteCodeAppender) other).fieldGetAccess);
 }