org.incava.java
Class CtorUtil

java.lang.Object
  extended by org.incava.java.SimpleNodeUtil
      extended by org.incava.java.FunctionUtil
          extended by org.incava.java.CtorUtil

public class CtorUtil
extends FunctionUtil

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

CtorUtil

public CtorUtil()
Method Detail

getName

public static Token getName(ASTConstructorDeclaration ctor)

getParameters

public static ASTFormalParameters getParameters(ASTConstructorDeclaration ctor)

getMatchScore

public static double getMatchScore(ASTConstructorDeclaration a,
                                   ASTConstructorDeclaration b)

getFullName

public static java.lang.String getFullName(ASTConstructorDeclaration ctor)