public class MethodUtil extends FunctionUtil
Constructor and Description |
---|
MethodUtil() |
Modifier and Type | Method and Description |
---|---|
protected static MethodMatchCriteria |
getCriteria(ASTMethodDeclaration method) |
static ASTMethodDeclarator |
getDeclarator(ASTMethodDeclaration method) |
static java.lang.String |
getFullName(ASTMethodDeclaration method) |
static double |
getMatchScore(ASTMethodDeclaration a,
ASTMethodDeclaration b) |
static Token |
getName(ASTMethodDeclaration method) |
static ASTFormalParameters |
getParameters(ASTMethodDeclaration method) |
getThrows, getThrowsList, toFullName
dump, dump, findChild, findChild, findChildren, findChildren, findToken, getChildren, getChildren, getChildrenSerially, getChildrenSerially, getLeadingToken, getLeadingTokens, getLevel, getLocation, getParent, getTokens, hasChildren, hasLeadingToken, print, print, toString
public static ASTMethodDeclarator getDeclarator(ASTMethodDeclaration method)
public static Token getName(ASTMethodDeclaration method)
public static ASTFormalParameters getParameters(ASTMethodDeclaration method)
public static java.lang.String getFullName(ASTMethodDeclaration method)
public static double getMatchScore(ASTMethodDeclaration a, ASTMethodDeclaration b)
protected static MethodMatchCriteria getCriteria(ASTMethodDeclaration method)