org.incava.java
public class FieldUtil extends SimpleNodeUtil
| Method Summary | |
|---|---|
| static double | getMatchScore(ASTFieldDeclaration a, ASTFieldDeclaration b) |
| static Token | getName(ASTVariableDeclarator vd) |
| static String | getNames(ASTFieldDeclaration fld)
Returns a string in the form "a, b, c", for the variables declared in
this field. |
| static ASTVariableDeclarator[] | getVariableDeclarators(ASTFieldDeclaration fld) |