static boolean |
FunctionUtils.containsTemplate(BaseReference reference,
String name) |
static boolean |
FunctionUtils.hasTemplate(BaseReference reference) |
static String |
JSTypeUtils.toEnumTypeString(BaseReference reference) |
static String |
JSTypeUtils.toFieldTypeString(BaseReference reference) |
static String |
FunctionUtils.toParameter(BaseReference reference,
com.google.javascript.rhino.JSDocInfo comment,
String paramName,
com.google.javascript.rhino.JSTypeExpression parameterType,
boolean outputJS) |
static String |
FunctionUtils.toParameterString(BaseReference reference,
com.google.javascript.rhino.JSDocInfo comment,
com.google.javascript.rhino.Node paramNode,
boolean outputJS) |
static String |
FunctionUtils.toParameterType(BaseReference reference,
String name)
Compute the type of a function or method parameter.
|
static String |
JSTypeUtils.toParamTypeString(BaseReference reference,
String paramName) |
static String |
FunctionUtils.toReturnString(BaseReference reference) |
static String |
JSTypeUtils.toReturnTypeString(BaseReference reference) |