org.incava.java
Class MethodUtil
Miscellaneous routines for method declarations.
protected static MethodMatchCriteria | getCriteria(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
|
static net.sourceforge.pmd.ast.ASTMethodDeclarator | getDeclarator(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
|
static String | getFullName(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
|
static double | getMatchScore(net.sourceforge.pmd.ast.ASTMethodDeclaration a, net.sourceforge.pmd.ast.ASTMethodDeclaration b)
|
static net.sourceforge.pmd.ast.Token | getName(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
|
static net.sourceforge.pmd.ast.ASTFormalParameters | getParameters(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
|
dump, dump, findChild, findChild, findChildren, findChildren, findToken, getChildren, getChildren, getChildrenSerially, getChildrenSerially, getLeadingToken, getLeadingTokens, getLevel, getLocation, getParent, getTokens, hasChildren, hasLeadingToken, print, print, toString |
getCriteria
protected static MethodMatchCriteria getCriteria(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
getDeclarator
public static net.sourceforge.pmd.ast.ASTMethodDeclarator getDeclarator(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
getFullName
public static String getFullName(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
getMatchScore
public static double getMatchScore(net.sourceforge.pmd.ast.ASTMethodDeclaration a,
net.sourceforge.pmd.ast.ASTMethodDeclaration b)
getName
public static net.sourceforge.pmd.ast.Token getName(net.sourceforge.pmd.ast.ASTMethodDeclaration method)
getParameters
public static net.sourceforge.pmd.ast.ASTFormalParameters getParameters(net.sourceforge.pmd.ast.ASTMethodDeclaration method)