Uses of Class
com.google.javascript.rhino.jstype.UnionType.Builder
Packages that use UnionType.Builder
-
Uses of UnionType.Builder in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return UnionType.BuilderModifier and TypeMethodDescriptionUnionType.Builder.addAlternate(JSType alternate) Adds an alternate to the union type under construction.UnionType.Builder.addAlternates(Collection<? extends JSType> c) UnionType.Builder.addAlternates(List<? extends JSType> list) static UnionType.BuilderUnionType.builder(JSTypeRegistry registry) Creates aUnionType.Builderfor a newUnionType.