|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.incava.java.SimpleNodeUtil
org.incava.java.FunctionUtil
org.incava.java.CtorUtil
public class CtorUtil
Miscellaneous routines for constructors.
| Constructor Summary | |
|---|---|
CtorUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getFullName(ASTConstructorDeclaration ctor)
|
static double |
getMatchScore(ASTConstructorDeclaration a,
ASTConstructorDeclaration b)
|
static Token |
getName(ASTConstructorDeclaration ctor)
|
static ASTFormalParameters |
getParameters(ASTConstructorDeclaration ctor)
|
| Methods inherited from class org.incava.java.FunctionUtil |
|---|
getThrows, getThrowsList, toFullName |
| Methods inherited from class org.incava.java.SimpleNodeUtil |
|---|
dump, dump, findChild, findChild, findChildren, findChildren, findToken, getChildren, getChildren, getChildrenSerially, getChildrenSerially, getLeadingToken, getLeadingTokens, getLevel, getLocation, getParent, getTokens, hasChildren, hasLeadingToken, print, print, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CtorUtil()
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||