public abstract class Mutation
extends java.lang.Object
implements java.io.Serializable
Class Evolution,
Serialized Form| Modifier 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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object