public abstract class Mutation
extends java.lang.Object
implements java.io.Serializable
Class Evolution
,
Serialized FormModifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Returns true if the class name, class version and field name are equal
in this object and given object.
|
java.lang.String |
getClassName()
Returns the class to which this mutation applies.
|
int |
getClassVersion()
Returns the class version to which this mutation applies.
|
java.lang.String |
getFieldName()
Returns the field name to which this mutation applies, or null if this
mutation applies to the class itself.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getClassName()
public int getClassVersion()
public java.lang.String getFieldName()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.