java.lang.Object
ch.epfl.lamp.smartanalysis.modifications.MethodModification
- All Implemented Interfaces:
- Modification
- Direct Known Subclasses:
- AbstractMethodAdded, ConcreteMethodDeleted, ConstructorAdded, DefaultMethodBecamePrivate, ExceptionSetExtended, InterfaceMethodAdded, InterfaceMethodRemoved, MethodBecameAbstract, MethodBecameFinal, MethodDeleted, MethodMoreAccessible, MethodOverloaded, MethodSignatureModified, NewMethodExistingInSubClass, ProtectedMethodBecameDefault, ProtectedMethodBecamePrivate, PublicMethodBecameDefault, PublicMethodBecamePrivate, PublicMethodBecameProtected, StaticMethodAdded, StaticMethodModified
- public abstract class MethodModification
- extends java.lang.Object
- implements Modification
Describe a modification to a method.
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
onMethod
private final ch.epfl.lamp.smartanalysis.DepMethod onMethod
MethodModification
public MethodModification(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
- Creates a new
MethodModification instance.
getOnMethod
public ch.epfl.lamp.smartanalysis.DepMethod getOnMethod()
- Gets the method that have been modified