Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis.modifications
Class MethodModification  view MethodModification download MethodModification.java

java.lang.Object
  extended bych.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

Field Summary
private  ch.epfl.lamp.smartanalysis.DepMethod onMethod
           
 
Constructor Summary
MethodModification(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
          Creates a new MethodModification instance.
 
Method Summary
 ch.epfl.lamp.smartanalysis.DepMethod getOnMethod()
          Gets the method that have been modified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.epfl.lamp.smartanalysis.modifications.Modification
getAffectedClasses, update
 

Field Detail

onMethod

private final ch.epfl.lamp.smartanalysis.DepMethod onMethod
Constructor Detail

MethodModification

public MethodModification(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
Creates a new MethodModification instance.

Method Detail

getOnMethod

public ch.epfl.lamp.smartanalysis.DepMethod getOnMethod()
Gets the method that have been modified