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

Quick Search    Search Deep

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

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

public class CompileTimeConstantModified
extends FieldModification

CompileTimeConstantModified.java Created: Tue Jan 7 19:30:17 2003

Version:

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

Constructor Detail

CompileTimeConstantModified

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