|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsofya.mutator.MutationImpl
public abstract class MutationImpl
A mutation that actually implements a classfile transformation; this
provides a distinction between such mutations and those that are
actually just containers for other mutations, such as
MutationGroup.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface sofya.mutator.Mutation |
|---|
Mutation.Variant |
| Constructor Summary | |
|---|---|
protected |
MutationImpl()
|
| Method Summary | |
|---|---|
MutationID |
getID()
Gets the ID associated with this mutation. |
void |
setID(MutationID id)
Sets the ID associated with this mutation; this method is called automatically by the framework and should never be called elsewhere. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface sofya.mutator.Mutation |
|---|
accept, apply, getDefaultVariant, getType, getVariants, print, serialize, undo |
| Constructor Detail |
|---|
protected MutationImpl()
| Method Detail |
|---|
public MutationID getID()
getID in interface Mutationpublic void setID(MutationID id)
setID in interface Mutationid - Unique identifier to be associated with this mutation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||