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

java.lang.Objectch.epfl.lamp.smartanalysis.modifications.MethodModification
ch.epfl.lamp.smartanalysis.modifications.ConstructorAdded
- All Implemented Interfaces:
- Modification
- public class ConstructorAdded
- extends MethodModification
Added one constructor, which have non-zero number of parameters, to class C, which previously had no explicitly declared constructors.
- Version:
- 1.0
| Field Summary |
| Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.MethodModification |
|
| Constructor Summary | |
ConstructorAdded(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
Creates a new ConstructorAdded object. |
|
| Method Summary | |
ch.epfl.lamp.smartanalysis.DepClass[] |
getAffectedClasses()
Classes referencing parameterless constructor |
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 |
ConstructorAdded
public ConstructorAdded(ch.epfl.lamp.smartanalysis.DepMethod dMeth)
- Creates a new ConstructorAdded object.
| 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 parameterless constructor
|
|||||||||
| 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