Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.epfl.lamp.smartanalysis.modifications
Class ConstantFieldDeleted  view ConstantFieldDeleted download ConstantFieldDeleted.java

java.lang.Object
  extended bych.epfl.lamp.smartanalysis.modifications.FieldModification
      extended bych.epfl.lamp.smartanalysis.modifications.ConstantFieldModification
          extended bych.epfl.lamp.smartanalysis.modifications.ConstantFieldDeleted
All Implemented Interfaces:
Modification

public class ConstantFieldDeleted
extends ConstantFieldModification

a compile-time constant field has been deleted

Version:
1.0

Field Summary
 
Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.FieldModification
 
Constructor Summary
ConstantFieldDeleted(ch.epfl.lamp.smartanalysis.DepField dField)
          Creates a new ConstantFieldDeleted object.
 
Method Summary
 void update()
          DOCUMENT ME!
 
Methods inherited from class ch.epfl.lamp.smartanalysis.modifications.ConstantFieldModification
getAffectedClasses
 
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
 

Constructor Detail

ConstantFieldDeleted

public ConstantFieldDeleted(ch.epfl.lamp.smartanalysis.DepField dField)
Creates a new ConstantFieldDeleted object.

Method Detail

update

public void update()
            throws java.lang.Exception
Description copied from interface: Modification
DOCUMENT ME!

Specified by:
update in interface Modification
Specified by:
update in class ConstantFieldModification