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

Quick Search    Search Deep

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

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

public class MethodBecameFinal
extends MethodModification

Method Became Final.

Version:

Field Summary
 
Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.MethodModification
 
Constructor Summary
MethodBecameFinal(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
          Creates a new MethodBecameFinal object.
 
Method Summary
 ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses()
          direct or indirect subclass of dMeth.class implementing dMeth
 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
 

Constructor Detail

MethodBecameFinal

public MethodBecameFinal(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
Creates a new MethodBecameFinal object.

Method Detail

update

public void update()
            throws java.lang.Exception
DOCUMENT ME!


getAffectedClasses

public ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses()
                                                         throws java.lang.Exception
direct or indirect subclass of dMeth.class implementing dMeth