org.incava.java
public class MethodUtil extends FunctionUtil
Method Summary | |
---|---|
protected static MethodMatchCriteria | getCriteria(ASTMethodDeclaration method) |
static ASTMethodDeclarator | getDeclarator(ASTMethodDeclaration method) |
static String | getFullName(ASTMethodDeclaration method) |
static double | getMatchScore(ASTMethodDeclaration a, ASTMethodDeclaration b) |
static Token | getName(ASTMethodDeclaration method) |
static ASTFormalParameters | getParameters(ASTMethodDeclaration method) |