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

Quick Search    Search Deep

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

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.modifications.ClassModification
      extended bych.epfl.lamp.smartanalysis.modifications.SuperListModification
All Implemented Interfaces:
Modification

public class SuperListModification
extends ClassModification

SuperListModification.java Created: Tue Jan 7 18:20:04 2003

Version:

Field Summary
private  ch.epfl.lamp.smartanalysis.Inheritable lostSuperClass
           
 
Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.ClassModification
 
Constructor Summary
SuperListModification(ch.epfl.lamp.smartanalysis.DepClass dClass, ch.epfl.lamp.smartanalysis.Inheritable lostSuperClass)
          Creates a new SuperListModification object.
 
Method Summary
private  boolean arrayContains(ch.epfl.lamp.smartanalysis.DepClass dClass, ch.epfl.lamp.smartanalysis.DepClass[] users)
           
 ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses()
          DOCUMENT ME!
 void update()
          DOCUMENT ME!
 
Methods inherited from class ch.epfl.lamp.smartanalysis.modifications.ClassModification
getOnClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lostSuperClass

private ch.epfl.lamp.smartanalysis.Inheritable lostSuperClass
Constructor Detail

SuperListModification

public SuperListModification(ch.epfl.lamp.smartanalysis.DepClass dClass,
                             ch.epfl.lamp.smartanalysis.Inheritable lostSuperClass)
Creates a new SuperListModification object.

Method Detail

getAffectedClasses

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


arrayContains

private boolean arrayContains(ch.epfl.lamp.smartanalysis.DepClass dClass,
                              ch.epfl.lamp.smartanalysis.DepClass[] users)

update

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