public class CtorUtil extends FunctionUtil
Constructor and Description |
---|
CtorUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getFullName(ASTConstructorDeclaration ctor) |
static double |
getMatchScore(ASTConstructorDeclaration a,
ASTConstructorDeclaration b) |
static Token |
getName(ASTConstructorDeclaration ctor) |
static ASTFormalParameters |
getParameters(ASTConstructorDeclaration ctor) |
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 Token getName(ASTConstructorDeclaration ctor)
public static ASTFormalParameters getParameters(ASTConstructorDeclaration ctor)
public static double getMatchScore(ASTConstructorDeclaration a, ASTConstructorDeclaration b)
public static java.lang.String getFullName(ASTConstructorDeclaration ctor)