|
|||||||||
| 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 StaticFieldModified

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.FieldModification
ch.epfl.lamp.smartanalysis.modifications.StaticFieldModified
- All Implemented Interfaces:
- Modification
- public class StaticFieldModified
- extends FieldModification
StaticFieldModified.java Created: Tue Jan 7 19:32:50 2003
- Version:
| Field Summary | |
private boolean |
madeStatic
|
| Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.FieldModification |
|
| Constructor Summary | |
StaticFieldModified(ch.epfl.lamp.smartanalysis.DepField dField,
boolean madeStatic)
Creates a new StaticFieldModified object. |
|
| Method Summary | |
ch.epfl.lamp.smartanalysis.DepClass[] |
getAffectedClasses()
DOCUMENT ME! |
void |
update()
DOCUMENT ME! |
| Methods inherited from class ch.epfl.lamp.smartanalysis.modifications.FieldModification |
getOnField |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
madeStatic
private final boolean madeStatic
| Constructor Detail |
StaticFieldModified
public StaticFieldModified(ch.epfl.lamp.smartanalysis.DepField dField, boolean madeStatic)
- Creates a new StaticFieldModified 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!
|
|||||||||
| 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