Uses of Class
com.google.javascript.rhino.JSDocInfo.Builder
Packages that use JSDocInfo.Builder
-
Uses of JSDocInfo.Builder in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return JSDocInfo.BuilderModifier and TypeMethodDescriptionstatic JSDocInfo.Builder
JSDocInfo.builder()
Create a new JSDocInfo.Builder object.static JSDocInfo.Builder
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, Set<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.parseDocumentation()
Configures the builder to parse documentation.JSDocInfo.toBuilder()