Uses of Enum Class
com.google.javascript.rhino.jstype.BooleanLiteralSet
Packages that use BooleanLiteralSet
-
Uses of BooleanLiteralSet in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return BooleanLiteralSetModifier and TypeMethodDescriptionstatic BooleanLiteralSetBooleanLiteralSet.get(boolean literalValue) Returns the singleton set {literalValue}.AllType.getPossibleToBooleanOutcomes()BigIntType.getPossibleToBooleanOutcomes()BooleanType.getPossibleToBooleanOutcomes()abstract BooleanLiteralSetJSType.getPossibleToBooleanOutcomes()Computes the set of possible outcomes of theToBooleanpredicate for this type.NoResolvedType.getPossibleToBooleanOutcomes()final BooleanLiteralSetNoType.getPossibleToBooleanOutcomes()NullType.getPossibleToBooleanOutcomes()NumberType.getPossibleToBooleanOutcomes()ObjectType.getPossibleToBooleanOutcomes()StringType.getPossibleToBooleanOutcomes()SymbolType.getPossibleToBooleanOutcomes()UnionType.getPossibleToBooleanOutcomes()UnknownType.getPossibleToBooleanOutcomes()VoidType.getPossibleToBooleanOutcomes()BooleanLiteralSet.intersection(BooleanLiteralSet that) Computes the intersection of this set andthat.BooleanLiteralSet.union(BooleanLiteralSet that) Computes the union of this set andthat.static BooleanLiteralSetReturns the enum constant of this class with the specified name.static BooleanLiteralSet[]BooleanLiteralSet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.rhino.jstype with parameters of type BooleanLiteralSetModifier and TypeMethodDescriptionBooleanLiteralSet.intersection(BooleanLiteralSet that) Computes the intersection of this set andthat.BooleanLiteralSet.union(BooleanLiteralSet that) Computes the union of this set andthat.