Uses of Class
com.google.javascript.rhino.jstype.BooleanLiteralSet
-
Packages that use BooleanLiteralSet Package Description com.google.javascript.rhino.jstype -
-
Uses of BooleanLiteralSet in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return BooleanLiteralSet Modifier and Type Method Description static BooleanLiteralSetBooleanLiteralSet. get(boolean literalValue)Returns the singleton set {literalValue}.BooleanLiteralSetAllType. getPossibleToBooleanOutcomes()BooleanLiteralSetBigIntType. getPossibleToBooleanOutcomes()BooleanLiteralSetBooleanType. getPossibleToBooleanOutcomes()abstract BooleanLiteralSetJSType. getPossibleToBooleanOutcomes()Computes the set of possible outcomes of theToBooleanpredicate for this type.BooleanLiteralSetNoType. getPossibleToBooleanOutcomes()BooleanLiteralSetNullType. getPossibleToBooleanOutcomes()BooleanLiteralSetNumberType. getPossibleToBooleanOutcomes()BooleanLiteralSetObjectType. getPossibleToBooleanOutcomes()BooleanLiteralSetStringType. getPossibleToBooleanOutcomes()BooleanLiteralSetSymbolType. getPossibleToBooleanOutcomes()BooleanLiteralSetUnionType. getPossibleToBooleanOutcomes()BooleanLiteralSetUnknownType. getPossibleToBooleanOutcomes()BooleanLiteralSetVoidType. getPossibleToBooleanOutcomes()BooleanLiteralSetBooleanLiteralSet. intersection(BooleanLiteralSet that)Computes the intersection of this set andthat.BooleanLiteralSetBooleanLiteralSet. union(BooleanLiteralSet that)Computes the union of this set andthat.static BooleanLiteralSetBooleanLiteralSet. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BooleanLiteralSet[]BooleanLiteralSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.javascript.rhino.jstype with parameters of type BooleanLiteralSet Modifier and Type Method Description BooleanLiteralSetBooleanLiteralSet. intersection(BooleanLiteralSet that)Computes the intersection of this set andthat.BooleanLiteralSetBooleanLiteralSet. union(BooleanLiteralSet that)Computes the union of this set andthat.
-