org.incava.java
Class ItemUtil

java.lang.Object
  extended by org.incava.java.SimpleNodeUtil
      extended by org.incava.java.ItemUtil

public class ItemUtil
extends SimpleNodeUtil

Miscellaneous routines for Items.


Field Summary
protected static int[] ACCESSES
           
 
Constructor Summary
ItemUtil()
           
 
Method Summary
static Token getAccess(SimpleNode node)
          Returns the access type, as a token.
static java.lang.String getAccessString(SimpleNode node)
          Returns the access type, as a string.
 
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
 

Field Detail

ACCESSES

protected static final int[] ACCESSES
Constructor Detail

ItemUtil

public ItemUtil()
Method Detail

getAccessString

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


getAccess

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