Uses of Class
com.google.javascript.rhino.JSDocInfo.Builder
-
Packages that use JSDocInfo.Builder Package Description com.google.javascript.rhino -
-
Uses of JSDocInfo.Builder in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return JSDocInfo.Builder Modifier and Type Method Description static JSDocInfo.Builder
JSDocInfo. builder()
Create a new JSDocInfo.Builder object.static JSDocInfo.Builder
JSDocInfo.Builder. copyFrom(JSDocInfo info)
static JSDocInfo.Builder
JSDocInfo.Builder. copyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression)
static JSDocInfo.Builder
JSDocInfo.Builder. maybeCopyFrom(@Nullable JSDocInfo info)
static JSDocInfo.Builder
JSDocInfo.Builder. maybeCopyFromAndReplaceNames(JSDocInfo info, java.util.Set<java.lang.String> moduleLocalNamesToReplace)
Returns a JSDocInfo.Builder that contains a JSDoc in which all module local types (which may be inside@param
,@type
or@returns
are replaced with unknown.static JSDocInfo.Builder
JSDocInfo.Builder. maybeCopyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression)
Returns a JSDocInfo.Builder that contains a copy of the given JSDocInfo in which only the@type
field of the JSDocInfo is replaced with the given typeExpression.JSDocInfo.Builder
JSDocInfo.Builder. parseDocumentation()
Configures the builder to parse documentation.JSDocInfo.Builder
JSDocInfo. toBuilder()
-