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.BuilderJSDocInfo.builder()Create a new JSDocInfo.Builder object.static JSDocInfo.Builderstatic JSDocInfo.BuilderJSDocInfo.Builder.copyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression) static JSDocInfo.BuilderJSDocInfo.Builder.maybeCopyFrom(@Nullable JSDocInfo info) static JSDocInfo.BuilderJSDocInfo.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,@typeor@returnsare replaced with unknown.static JSDocInfo.BuilderJSDocInfo.Builder.maybeCopyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression) Returns a JSDocInfo.Builder that contains a copy of the given JSDocInfo in which only the@typefield of the JSDocInfo is replaced with the given typeExpression.JSDocInfo.Builder.parseDocumentation()Configures the builder to parse documentation.JSDocInfo.toBuilder()