|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> smartanalysis >> [ modifications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.epfl.lamp.smartanalysis.modifications
Class ClassBecameAbstract

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.ClassModification
ch.epfl.lamp.smartanalysis.modifications.ClassBecameAbstract
- All Implemented Interfaces:
- Modification
- public class ClassBecameAbstract
- extends ClassModification
Class became abstract Created: Tue Jan 7 17:50:38 2003
- Version:
| Field Summary |
| Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.ClassModification |
|
| Constructor Summary | |
ClassBecameAbstract(ch.epfl.lamp.smartanalysis.DepClass dClass)
Creates a new ClassBecameAbstract instance. |
|
| Method Summary | |
ch.epfl.lamp.smartanalysis.DepClass[] |
getAffectedClasses()
Classes referencing dClass (but not dClass array) directly from their constant pools. |
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 |
| Constructor Detail |
ClassBecameAbstract
public ClassBecameAbstract(ch.epfl.lamp.smartanalysis.DepClass dClass)
- Creates a new
ClassBecameAbstractinstance.
| Method Detail |
update
public void update()
throws java.lang.Exception
- DOCUMENT ME!
getAffectedClasses
public ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses() throws java.lang.Exception
- Classes referencing dClass (but not dClass array) directly from their
constant pools.
|
|||||||||
| Home >> All >> ch >> epfl >> lamp >> smartanalysis >> [ modifications overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC