org.incava.java

Class MethodMatchCriteria

public class MethodMatchCriteria extends MatchCriteria

A criterion (some criteria) for matching nodes.
Constructor Summary
MethodMatchCriteria(ASTMethodDeclaration m)
Method Summary
doublecompare(MatchCriteria other)
protected StringgetName()
protected ASTFormalParametersgetParameters()

Constructor Detail

MethodMatchCriteria

public MethodMatchCriteria(ASTMethodDeclaration m)

Method Detail

compare

public double compare(MatchCriteria other)

getName

protected String getName()

getParameters

protected ASTFormalParameters getParameters()