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

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.FieldModification
ch.epfl.lamp.smartanalysis.modifications.AddedNonPrivateField
- All Implemented Interfaces:
- Modification
- public class AddedNonPrivateField
- extends FieldModification
Added a non-private field dField to C that hides a non-private field with the same name in C's superclass.
- Version:
- 1.0
| Field Summary | |
private ch.epfl.lamp.smartanalysis.Reference |
hiddenField
|
| Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.FieldModification |
|
| Constructor Summary | |
AddedNonPrivateField(ch.epfl.lamp.smartanalysis.DepField dField,
ch.epfl.lamp.smartanalysis.Reference hiddenField)
Creates a new AddedNonPrivateField instance. |
|
| Method Summary | |
ch.epfl.lamp.smartanalysis.DepClass[] |
getAffectedClasses()
each class that reference hiddenField (the herrited field) on dField.class |
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 |
hiddenField
private ch.epfl.lamp.smartanalysis.Reference hiddenField
| Constructor Detail |
AddedNonPrivateField
public AddedNonPrivateField(ch.epfl.lamp.smartanalysis.DepField dField, ch.epfl.lamp.smartanalysis.Reference hiddenField)
- Creates a new
AddedNonPrivateFieldinstance.
| Method Detail |
getAffectedClasses
public ch.epfl.lamp.smartanalysis.DepClass[] getAffectedClasses() throws java.lang.Exception
- each class that reference hiddenField (the herrited field) on
dField.class
update
public void update()
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