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

Quick Search    Search Deep

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

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

public class VolatileFieldModified
extends FieldModification

VolatileFieldModified.java Created: Tue Jan 7 19:34:14 2003

Version:

Field Summary
private  boolean madeVolatile
           
 
Fields inherited from class ch.epfl.lamp.smartanalysis.modifications.FieldModification
 
Constructor Summary
VolatileFieldModified(ch.epfl.lamp.smartanalysis.DepField dField, boolean madeVolatile)
          Creates a new VolatileFieldModified 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

madeVolatile

private final boolean madeVolatile
Constructor Detail

VolatileFieldModified

public VolatileFieldModified(ch.epfl.lamp.smartanalysis.DepField dField,
                             boolean madeVolatile)
Creates a new VolatileFieldModified 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!