org.incava.java
Class ClassUtil

java.lang.Object
  extended by org.incava.java.SimpleNodeUtil
      extended by org.incava.java.ClassUtil
Direct Known Subclasses:
InterfaceUtil

public class ClassUtil
extends SimpleNodeUtil

Miscellaneous routines for classs.


Constructor Summary
ClassUtil()
           
 
Method Summary
static double getMatchScore(ASTClassOrInterfaceDeclaration a, ASTClassOrInterfaceDeclaration b)
           
static Token getName(ASTClassOrInterfaceDeclaration coid)
           
 
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

ClassUtil

public ClassUtil()
Method Detail

getName

public static Token getName(ASTClassOrInterfaceDeclaration coid)

getMatchScore

public static double getMatchScore(ASTClassOrInterfaceDeclaration a,
                                   ASTClassOrInterfaceDeclaration b)