Uses of Class
com.google.javascript.rhino.JSDocInfoBuilder
-
Packages that use JSDocInfoBuilder Package Description com.google.javascript.rhino The core AST from Rhino. -
-
Uses of JSDocInfoBuilder in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return JSDocInfoBuilder Modifier and Type Method Description static JSDocInfoBuilderJSDocInfoBuilder. copyFrom(JSDocInfo info)static JSDocInfoBuilderJSDocInfoBuilder. copyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression)static JSDocInfoBuilderJSDocInfoBuilder. maybeCopyFrom(JSDocInfo info)static JSDocInfoBuilderJSDocInfoBuilder. maybeCopyFromAndReplaceNames(JSDocInfo info, java.util.Set<java.lang.String> moduleLocalNamesToReplace)Returns a JSDocInfoBuilder that contains a JSDoc in which all module local types (which may be inside@param,@typeor@returnsare replaced with unknown.static JSDocInfoBuilderJSDocInfoBuilder. maybeCopyFromWithNewType(JSDocInfo info, JSTypeExpression typeExpression)Returns a JSDocInfoBuilder that contains a copy of the given JSDocInfo in which only the@typefield of the JSDocInfo is replaced with the given typeExpression.
-