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.BuilderJSDocInfo. builder()Create a new JSDocInfo.Builder object.static JSDocInfo.BuilderJSDocInfo.Builder. copyFrom(JSDocInfo info)static JSDocInfo.BuilderJSDocInfo.Builder. copyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression)static JSDocInfo.BuilderJSDocInfo.Builder. maybeCopyFrom(JSDocInfo info)static JSDocInfo.BuilderJSDocInfo.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,@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.BuilderJSDocInfo.Builder. parseDocumentation()Configures the builder to parse documentation.JSDocInfo.BuilderJSDocInfo. toBuilder()
-