org.incava.java

Class ClassUtil

Known Direct Subclasses:
InterfaceUtil

public class ClassUtil
extends SimpleNodeUtil

Miscellaneous routines for classs.

Method Summary

static double
getMatchScore(net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration a, net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration b)
static net.sourceforge.pmd.ast.Token
getName(net.sourceforge.pmd.ast.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

Method Details

getMatchScore

public static double getMatchScore(net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration a,
                                   net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration b)

getName

public static net.sourceforge.pmd.ast.Token getName(net.sourceforge.pmd.ast.ASTClassOrInterfaceDeclaration coid)