org.incava.java
public class FunctionUtil extends SimpleNodeUtil
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 String | toFullName(Token tk, ASTFormalParameters params) |