org.prorefactor.refactor.substitute
Class SubstituteTarget

java.lang.Object
  extended by org.prorefactor.refactor.RefactorTarget
      extended by org.prorefactor.refactor.substitute.SubstituteTarget
All Implemented Interfaces:
java.lang.Comparable

public class SubstituteTarget
extends RefactorTarget

Represents a (potential) target for SUBSTITUTE refactoring.


Field Summary
 int attributesMismatch
          Do the string attributes mismatch on this target?
 int numTranslatable
          Number of translatable strings in the expression.
 int quoteTypeMismatch
          Do the quotation types mismatch in the target? (i.e.
 
Fields inherited from class org.prorefactor.refactor.RefactorTarget
changedLines, column, filename, linenum, nodeHandle
 
Constructor Summary
SubstituteTarget()
           
 
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

attributesMismatch

public int attributesMismatch
Do the string attributes mismatch on this target?


numTranslatable

public int numTranslatable
Number of translatable strings in the expression.


quoteTypeMismatch

public int quoteTypeMismatch
Do the quotation types mismatch in the target? (i.e. Is the expression a mix of single-quote strings and double-quote strings.)

Constructor Detail

SubstituteTarget

public SubstituteTarget()


Copyright © 2008 Joanju Software. All Rights Reserved.