|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.incava.java.SimpleNodeUtil
org.incava.java.FunctionUtil
public class FunctionUtil
Miscellaneous routines for functions (ctors and methods).
Constructor Summary | |
---|---|
FunctionUtil()
|
Method Summary | |
---|---|
static Token |
getThrows(SimpleNode function)
Returns the throws token, or null if none. |
static ASTNameList |
getThrowsList(SimpleNode function)
Returns the throws list, or null if none. |
protected static java.lang.String |
toFullName(Token tk,
ASTFormalParameters params)
|
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 |
Constructor Detail |
---|
public FunctionUtil()
Method Detail |
---|
public static Token getThrows(SimpleNode function)
public static ASTNameList getThrowsList(SimpleNode function)
protected static java.lang.String toFullName(Token tk, ASTFormalParameters params)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |