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, toFullNamedump, dump, findChild, findChild, findChildren, findChildren, findToken, getChildren, getChildren, getChildrenSerially, getChildrenSerially, getLeadingToken, getLeadingTokens, getLevel, getLocation, getParent, getTokens, hasChildren, hasLeadingToken, print, print, toStringpublic 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)