org.incava.java
Class ItemUtil
Miscellaneous routines for Items.
static net.sourceforge.pmd.ast.Token | getAccess(net.sourceforge.pmd.ast.SimpleNode node) - Returns the access type, as a token.
|
static String | getAccessString(net.sourceforge.pmd.ast.SimpleNode node) - Returns the access type, as a string.
|
dump , dump , findChild , findChild , findChildren , findChildren , findToken , getChildren , getChildren , getChildrenSerially , getChildrenSerially , getLeadingToken , getLeadingTokens , getLevel , getLocation , getParent , getTokens , hasChildren , hasLeadingToken , print , print , toString |
ACCESSES
protected static final int[] ACCESSES
getAccess
public static net.sourceforge.pmd.ast.Token getAccess(net.sourceforge.pmd.ast.SimpleNode node)
Returns the access type, as a token.
getAccessString
public static String getAccessString(net.sourceforge.pmd.ast.SimpleNode node)
Returns the access type, as a string. "package" is the default.