org.incava.java

Class FunctionUtil

public class FunctionUtil extends SimpleNodeUtil

Miscellaneous routines for functions (ctors and methods).
Method Summary
static TokengetThrows(SimpleNode function)
Returns the throws token, or null if none.
static ASTNameListgetThrowsList(SimpleNode function)
Returns the throws list, or null if none.
protected static StringtoFullName(Token tk, ASTFormalParameters params)

Method Detail

getThrows

public static Token getThrows(SimpleNode function)
Returns the throws token, or null if none.

getThrowsList

public static ASTNameList getThrowsList(SimpleNode function)
Returns the throws list, or null if none.

toFullName

protected static String toFullName(Token tk, ASTFormalParameters params)