org.incava.java
Class CtorUtil
Miscellaneous routines for constructors.
static String | getFullName(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)
|
static double | getMatchScore(net.sourceforge.pmd.ast.ASTConstructorDeclaration a, net.sourceforge.pmd.ast.ASTConstructorDeclaration b)
|
static net.sourceforge.pmd.ast.Token | getName(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)
|
static net.sourceforge.pmd.ast.ASTFormalParameters | getParameters(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)
|
dump, dump, findChild, findChild, findChildren, findChildren, findToken, getChildren, getChildren, getChildrenSerially, getChildrenSerially, getLeadingToken, getLeadingTokens, getLevel, getLocation, getParent, getTokens, hasChildren, hasLeadingToken, print, print, toString |
getFullName
public static String getFullName(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)
getMatchScore
public static double getMatchScore(net.sourceforge.pmd.ast.ASTConstructorDeclaration a,
net.sourceforge.pmd.ast.ASTConstructorDeclaration b)
getName
public static net.sourceforge.pmd.ast.Token getName(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)
getParameters
public static net.sourceforge.pmd.ast.ASTFormalParameters getParameters(net.sourceforge.pmd.ast.ASTConstructorDeclaration ctor)