net.sourceforge.pmd.cpd

Class Match.MatchCode

public static class Match.MatchCode extends Object

Constructor Summary
MatchCode()
MatchCode(TokenEntry m1, TokenEntry m2)
Method Summary
booleanequals(Object other)
inthashCode()
voidsetFirst(int first)
voidsetSecond(int second)

Constructor Detail

MatchCode

public MatchCode()

MatchCode

public MatchCode(TokenEntry m1, TokenEntry m2)

Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()

setFirst

public void setFirst(int first)

setSecond

public void setSecond(int second)