org.prorefactor.refactor.noundo
Class NoundoTarget

java.lang.Object
  extended by org.prorefactor.refactor.RefactorTarget
      extended by org.prorefactor.refactor.noundo.NoundoTarget
All Implemented Interfaces:
java.lang.Comparable

public class NoundoTarget
extends RefactorTarget

Represents a (potential) target for NO-UNDO refactoring.


Field Summary
 Symbol symbol
          The symbol that was defined without NO-UNDO
 
Fields inherited from class org.prorefactor.refactor.RefactorTarget
changedLines, column, filename, linenum, nodeHandle
 
Constructor Summary
NoundoTarget()
           
 
Method Summary
 
Methods inherited from class org.prorefactor.refactor.RefactorTarget
compareTo, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

public Symbol symbol
The symbol that was defined without NO-UNDO

Constructor Detail

NoundoTarget

public NoundoTarget()


Copyright © 2008 Joanju Software. All Rights Reserved.