org.incava.java

Class MethodMatchCriteria


public class MethodMatchCriteria
extends MatchCriteria

A criterion (some criteria) for matching nodes.

Constructor Summary

MethodMatchCriteria(net.sourceforge.pmd.ast.ASTMethodDeclaration m)

Method Summary

double
compare(MatchCriteria other)
protected String
getName()
protected net.sourceforge.pmd.ast.ASTFormalParameters
getParameters()

Methods inherited from class org.incava.java.MatchCriteria

compare

Constructor Details

MethodMatchCriteria

public MethodMatchCriteria(net.sourceforge.pmd.ast.ASTMethodDeclaration m)

Method Details

compare

public double compare(MatchCriteria other)
Overrides:
compare in interface MatchCriteria

getName

protected String getName()

getParameters

protected net.sourceforge.pmd.ast.ASTFormalParameters getParameters()