org.incava.java
Class FunctionUtil
public
class
FunctionUtil
extends SimpleNodeUtil
Miscellaneous routines for functions (ctors and methods).
| 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) |
public static Token getThrows(SimpleNode function)
Returns the throws token, or null if none.
public static ASTNameList getThrowsList(SimpleNode function)
Returns the throws list, or null if none.
protected static String toFullName(Token tk, ASTFormalParameters params)