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

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.MethodModification
ch.epfl.lamp.smartanalysis.modifications.ProtectedMethodBecamePrivate
- All Implemented Interfaces:
- Modification
- public class ProtectedMethodBecamePrivate
- extends MethodModification
ProtectedMethodBecamePrivate.java Created: Tue Jan 7 22:11:30 2003
- Version:
| Field Summary |
| Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.MethodModification |
|
| Constructor Summary | |
ProtectedMethodBecamePrivate(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
Creates a new ProtectedMethodBecamePrivate object. |
|
| Method Summary | |
private boolean |
arrayContains(ch.epfl.lamp.smartanalysis.DepClass dClass,
ch.epfl.lamp.smartanalysis.InheritableWrapper[] superClasses)
|
ch.epfl.lamp.smartanalysis.DepClass[] |
getAffectedClasses()
DOCUMENT ME! |
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 |
ProtectedMethodBecamePrivate
public ProtectedMethodBecamePrivate(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
- Creates a new ProtectedMethodBecamePrivate 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!
arrayContains
private boolean arrayContains(ch.epfl.lamp.smartanalysis.DepClass dClass, ch.epfl.lamp.smartanalysis.InheritableWrapper[] superClasses)
|
|||||||||
| 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