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

Quick Search    Search Deep

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

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.modifications.MethodModification
      extended bych.epfl.lamp.smartanalysis.modifications.NewMethodExistingInSubClass
All Implemented Interfaces:
Modification

public class NewMethodExistingInSubClass
extends MethodModification

NewMethodExistingInSubClass.java Created: Tue Jan 7 22:33:28 2003

Version:

Field Summary
private  ch.epfl.lamp.smartanalysis.DepMethod subClassMeth
           
 
Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.MethodModification
 
Constructor Summary
NewMethodExistingInSubClass(ch.epfl.lamp.smartanalysis.DepMethod dMeth, ch.epfl.lamp.smartanalysis.DepMethod subClassMeth)
          Creates a new NewMethodExistingInSubClass object.
 
Method Summary
 ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses()
          DOCUMENT ME!
 void update()
          DOCUMENT ME!
 
Methods inherited from class ch.epfl.lamp.smartanalysis.modifications.MethodModification
getOnMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subClassMeth

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

NewMethodExistingInSubClass

public NewMethodExistingInSubClass(ch.epfl.lamp.smartanalysis.DepMethod dMeth,
                                   ch.epfl.lamp.smartanalysis.DepMethod subClassMeth)
Creates a new NewMethodExistingInSubClass object.

Method Detail

update

public void update()
            throws java.lang.Exception
Description copied from interface: Modification
DOCUMENT ME!


getAffectedClasses

public ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses()
                                                         throws java.lang.Exception
DOCUMENT ME!