org.incava.java

Class MethodUtil

public class MethodUtil extends FunctionUtil

Miscellaneous routines for method declarations.
Method Summary
protected static MethodMatchCriteriagetCriteria(ASTMethodDeclaration method)
static ASTMethodDeclaratorgetDeclarator(ASTMethodDeclaration method)
static StringgetFullName(ASTMethodDeclaration method)
static doublegetMatchScore(ASTMethodDeclaration a, ASTMethodDeclaration b)
static TokengetName(ASTMethodDeclaration method)
static ASTFormalParametersgetParameters(ASTMethodDeclaration method)

Method Detail

getCriteria

protected static MethodMatchCriteria getCriteria(ASTMethodDeclaration method)

getDeclarator

public static ASTMethodDeclarator getDeclarator(ASTMethodDeclaration method)

getFullName

public static String getFullName(ASTMethodDeclaration method)

getMatchScore

public static double getMatchScore(ASTMethodDeclaration a, ASTMethodDeclaration b)

getName

public static Token getName(ASTMethodDeclaration method)

getParameters

public static ASTFormalParameters getParameters(ASTMethodDeclaration method)