org.sonar.duplications.cpd
Class Match.MatchCode

java.lang.Object
  extended by org.sonar.duplications.cpd.Match.MatchCode
Enclosing class:
Match

public static class Match.MatchCode
extends Object


Constructor Summary
Match.MatchCode()
           
Match.MatchCode(net.sourceforge.pmd.cpd.TokenEntry m1, net.sourceforge.pmd.cpd.TokenEntry m2)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 void setFirst(int first)
           
 void setSecond(int second)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Match.MatchCode

public Match.MatchCode()

Match.MatchCode

public Match.MatchCode(net.sourceforge.pmd.cpd.TokenEntry m1,
                       net.sourceforge.pmd.cpd.TokenEntry m2)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

setFirst

public void setFirst(int first)

setSecond

public void setSecond(int second)


Copyright © 2009-2011 SonarSource. All Rights Reserved.