org.incava.java

Class ItemUtil

public class ItemUtil extends SimpleNodeUtil

Miscellaneous routines for Items.
Field Summary
protected static int[]ACCESSES
Method Summary
static TokengetAccess(SimpleNode node)
Returns the access type, as a token.
static StringgetAccessString(SimpleNode node)
Returns the access type, as a string.

Field Detail

ACCESSES

protected static final int[] ACCESSES

Method Detail

getAccess

public static Token getAccess(SimpleNode node)
Returns the access type, as a token.

getAccessString

public static String getAccessString(SimpleNode node)
Returns the access type, as a string. "package" is the default.